#6A88EA

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

Shades of Cornflower Blue #6A88EA

Tints of Cornflower Blue #6A88EA

Color information

#6A88EA (or 0x6A88EA) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 88 and EA. RGB value is (106,136,234). Sum of RGB (Red+Green+Blue) = 106+136+234=476 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.27% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #6A88EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A88EA is #957715. Grayscale: #898989. Windows color (decimal): -9795350 or 15370346. OLE color: 15370346.

HSL color Cylindrical-coordinate representation of color #6A88EA: hue angle of 225.94º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A88EA is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB106136234-
CMYK0.550.4200.08
HSL225.94º75.29%66.67%-
HSV(B)225.94º54.7%91.76%-
XYZ29.626.6181.42-
YUV138.2182.06105.03-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.27%
GREEN value IS 136 (53.52% from 255) = 28.57%
BLUE value IS 234 (91.80% from 255) = 49.16%
R=22.27%
G=28.57%
B=49.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1061362340.550.4200.08225.9475.2966.67
Hex6A88EA372A08e24b43
Octal1522103526752010342113103
Binary11010101000100011101010110111101010010001110001010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A88EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,136,234); }

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

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

 a { background-color: rgb(106,136,234); }

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

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

 span { border-color: rgb(106,136,234); }

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