#6b88e0

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

Shades of Cornflower Blue #6B88E0

Tints of Cornflower Blue #6B88E0

Color information

#6B88E0 (or 0x6B88E0) is unknown color: approx Cornflower Blue. HEX triplet: 6B, 88 and E0. RGB value is (107,136,224). Sum of RGB (Red+Green+Blue) = 107+136+224=467 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.91% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 224 (87.89% from 255 or 47.97% from 467); Max value from RGB is 224 - color contains mainly: blue. Hex color #6B88E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B88E0 is #94771F. Grayscale: #888888. Windows color (decimal): -9729824 or 14714987. OLE color: 14714987.

HSL color Cylindrical-coordinate representation of color #6B88E0: hue angle of 225.13º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B88E0 is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB107136224-
CMYK0.520.3900.12
HSL225.13º65.36%64.9%-
HSV(B)225.13º52.23%87.84%-
XYZ28.3226.1274.07-
YUV137.36176.89106.34-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.91%
GREEN value IS 136 (53.52% from 255) = 29.12%
BLUE value IS 224 (87.89% from 255) = 47.97%
R=22.91%
G=29.12%
B=47.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1071362240.520.3900.12225.1365.3664.9
Hex6B88E034270Ce14141
Octal1532103406447014341101101
Binary11010111000100011100000110100100111011001110000110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b88e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,136,224); }

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

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

 a { background-color: rgb(107,136,224); }

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

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

 span { border-color: rgb(107,136,224); }

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