#6088DC

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

Shades of Cornflower Blue #6088DC

Tints of Cornflower Blue #6088DC

Color information

#6088DC (or 0x6088DC) is unknown color: approx Cornflower Blue. HEX triplet: 60, 88 and DC. RGB value is (96,136,220). Sum of RGB (Red+Green+Blue) = 96+136+220=452 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.24% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #6088DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6088DC is #9F7723. Grayscale: #858585. Windows color (decimal): -10450724 or 14452832. OLE color: 14452832.

HSL color Cylindrical-coordinate representation of color #6088DC: hue angle of 220.65º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6088DC is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB96136220-
CMYK0.560.3800.14
HSL220.65º63.92%61.96%-
HSV(B)220.65º56.36%86.27%-
XYZ26.5525.2671.19-
YUV133.62176.75101.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.24%
GREEN value IS 136 (53.52% from 255) = 30.09%
BLUE value IS 220 (86.33% from 255) = 48.67%
R=21.24%
G=30.09%
B=48.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal961362200.560.3800.14220.6563.9261.96
Hex6088DC38260Edd403e
Octal140210334704601633510076
Binary1100000100010001101110011100010011001110110111011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6088DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6088DC; }

 p { color: rgb(96,136,220); }

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

<style>
 a { background-color: #6088DC; }

 a { background-color: rgb(96,136,220); }

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

<style>
 span { border-color: #6088DC; }

 span { border-color: rgb(96,136,220); }

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