#6882E9

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

Shades of Cornflower Blue #6882E9

Tints of Cornflower Blue #6882E9

Color information

#6882E9 (or 0x6882E9) is unknown color: approx Cornflower Blue. HEX triplet: 68, 82 and E9. RGB value is (104,130,233). Sum of RGB (Red+Green+Blue) = 104+130+233=467 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.27% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 233 (91.41% from 255 or 49.89% from 467); Max value from RGB is 233 - color contains mainly: blue. Hex color #6882E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6882E9 is #977D16. Grayscale: #858585. Windows color (decimal): -9927959 or 15303272. OLE color: 15303272.

HSL color Cylindrical-coordinate representation of color #6882E9: hue angle of 227.91º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6882E9 is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB104130233-
CMYK0.550.4400.09
HSL227.91º74.57%66.08%-
HSV(B)227.91º55.36%91.37%-
XYZ28.424.7980.38-
YUV133.97183.89106.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.27%
GREEN value IS 130 (51.17% from 255) = 27.84%
BLUE value IS 233 (91.41% from 255) = 49.89%
R=22.27%
G=27.84%
B=49.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1041302330.550.4400.09227.9174.5766.08
Hex6882E9372C09e44b42
Octal1502023516754011344113102
Binary11010001000001011101001110111101100010011110010010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6882E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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