#6882EE

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

Shades of Cornflower Blue #6882EE

Tints of Cornflower Blue #6882EE

Color information

#6882EE (or 0x6882EE) is unknown color: approx Cornflower Blue. HEX triplet: 68, 82 and EE. RGB value is (104,130,238). Sum of RGB (Red+Green+Blue) = 104+130+238=472 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.03% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #6882EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6882EE is #977D11. Grayscale: #868686. Windows color (decimal): -9927954 or 15630952. OLE color: 15630952.

HSL color Cylindrical-coordinate representation of color #6882EE: hue angle of 228.36º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6882EE is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB104130238-
CMYK0.560.4500.07
HSL228.36º79.76%67.06%-
HSV(B)228.36º56.3%93.33%-
XYZ29.1225.0884.2-
YUV134.54186.39106.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.03%
GREEN value IS 130 (51.17% from 255) = 27.54%
BLUE value IS 238 (93.36% from 255) = 50.42%
R=22.03%
G=27.54%
B=50.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1041302380.560.4500.07228.3679.7667.06
Hex6882EE382D07e45043
Octal150202356705507344120103
Binary1101000100000101110111011100010110101111110010010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6882EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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