#6C88DF

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

Shades of Cornflower Blue #6C88DF

Tints of Cornflower Blue #6C88DF

Color information

#6C88DF (or 0x6C88DF) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 88 and DF. RGB value is (108,136,223). Sum of RGB (Red+Green+Blue) = 108+136+223=467 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.13% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #6C88DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C88DF is #937720. Grayscale: #898989. Windows color (decimal): -9664289 or 14649452. OLE color: 14649452.

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

Color convert

RGB108136223-
CMYK0.520.3900.13
HSL225.39º64.25%64.9%-
HSV(B)225.39º51.57%87.45%-
XYZ28.3126.1273.36-
YUV137.55176.22106.93-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.13%
GREEN value IS 136 (53.52% from 255) = 29.12%
BLUE value IS 223 (87.5% from 255) = 47.75%
R=23.13%
G=29.12%
B=47.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1081362230.520.3900.13225.3964.2564.9
Hex6C88DF34270De14041
Octal1542103376447015341100101
Binary11011001000100011011111110100100111011011110000110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C88DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,136,223); }

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

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

 a { background-color: rgb(108,136,223); }

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

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

 span { border-color: rgb(108,136,223); }

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