#6A80EE

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

Shades of Cornflower Blue #6A80EE

Tints of Cornflower Blue #6A80EE

Color information

#6A80EE (or 0x6A80EE) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 80 and EE. RGB value is (106,128,238). Sum of RGB (Red+Green+Blue) = 106+128+238=472 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.46% from 472); Green value is 128 (50.39% from 255 or 27.12% 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 #6A80EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A80EE is #957F11. Grayscale: #858585. Windows color (decimal): -9797394 or 15630442. OLE color: 15630442.

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

Color convert

RGB106128238-
CMYK0.550.4600.07
HSL230º79.52%67.45%-
HSV(B)230º55.46%93.33%-
XYZ29.124.6884.12-
YUV133.96186.71108.06-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.46%
GREEN value IS 128 (50.39% from 255) = 27.12%
BLUE value IS 238 (93.36% from 255) = 50.42%
R=22.46%
G=27.12%
B=50.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1061282380.550.4600.0723079.5267.45
Hex6A80EE372E07e65043
Octal152200356675607346120103
Binary1101010100000001110111011011110111001111110011010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A80EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A80EE; }

 p { color: rgb(106,128,238); }

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

<style>
 a { background-color: #6A80EE; }

 a { background-color: rgb(106,128,238); }

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

<style>
 span { border-color: #6A80EE; }

 span { border-color: rgb(106,128,238); }

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