#6882EB

Color #6882EB Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #6882EB

Tints of Cornflower Blue #6882EB

Color information

#6882EB (or 0x6882EB) is unknown color: approx Cornflower Blue. HEX triplet: 68, 82 and EB. RGB value is (104,130,235). Sum of RGB (Red+Green+Blue) = 104+130+235=469 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.17% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #6882EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6882EB is #977D14. Grayscale: #858585. Windows color (decimal): -9927957 or 15434344. OLE color: 15434344.

HSL color Cylindrical-coordinate representation of color #6882EB: hue angle of 228.09º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6882EB is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB104130235-
CMYK0.560.4500.08
HSL228.09º76.61%66.47%-
HSV(B)228.09º55.74%92.16%-
XYZ28.6924.9181.89-
YUV134.2184.89106.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 22.17%
GREEN value IS 130 (51.17% from 255) = 27.72%
BLUE value IS 235 (92.19% from 255) = 50.11%
R=22.17%
G=27.72%
B=50.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1041302350.560.4500.08228.0976.6166.47
Hex6882EB382D08e44d42
Octal1502023537055010344115102
Binary11010001000001011101011111000101101010001110010010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6882EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6882EB; }

 p { color: rgb(104,130,235); }

 H1.HeaderClassName
 {
   color: #6882EB;
 }
 .AnyTagClassName
 {
   color: #6882EB;
 }
</style>
background-color css

<style>
 a { background-color: #6882EB; }

 a { background-color: rgb(104,130,235); }

 div.DivClassName
 {
   background-color: #6882EB;
 }
 .BgClassName
 {
   background-color: #6882EB;
 }
</style>
border-color css

<style>
 span { border-color: #6882EB; }

 span { border-color: rgb(104,130,235); }

 td.TdClassName
 {
   border-color: #6882EB;
 }
 .TagClassName
 {
   border-color: #6882EB;
 }
</style>