Shades of Cornflower Blue #6088DF
Tints of Cornflower Blue #6088DF
RGB
CMYK
RGB Variations
Color information
#6088DF (or 0x6088DF) is known color: Cornflower Blue. HEX triplet: 60, 88 and DF. RGB value is (96,136,223). Sum of RGB (Red+Green+Blue) = 96+136+223=455 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.10% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #6088DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6088DF is #9F7720. Grayscale: #858585. Windows color (decimal): -10450721 or 14649440. OLE color: 14649440.
HSL color Cylindrical-coordinate representation of color #6088DF: hue angle of 221.1º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6088DF is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 136 | 223 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.13 |
| HSL | 221.1º | 0.66% | 0.63% | - |
| HSV(B) | 221.1º | 0.57% | 0.87% | - |
| XYZ | 26.95 | 25.42 | 73.3 | - |
| YUV | 133.96 | 178.25 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 136 | 223 | 0.57 | 0.39 | 0 | 0.13 | 221.1 | 0.66 | 0.63 |
| Hex | 60 | 88 | DF | 39 | 27 | 0 | D | DD | 42 | 3F |
| Octal | 140 | 210 | 337 | 71 | 47 | 0 | 15 | 335 | 102 | 77 |
| Binary | 1100000 | 10001000 | 11011111 | 111001 | 100111 | 0 | 1101 | 11011101 | 1000010 | 111111 |
Color Harmonies of #6088DF
Complementary color
Monochromatic Colors of #6088DF
Black with #6088DF
Text Example
Text Example
White with #6088DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6088DF; }
p { color: rgb(96,136,223); }
H1.HeaderClassName
{
color: #6088DF;
}
.AnyTagClassName
{
color: #6088DF;
}
</style>
background-color css
<style>
a { background-color: #6088DF; }
a { background-color: rgb(96,136,223); }
div.DivClassName
{
background-color: #6088DF;
}
.BgClassName
{
background-color: #6088DF;
}
</style>
border-color css
<style>
span { border-color: #6088DF; }
span { border-color: rgb(96,136,223); }
td.TdClassName
{
border-color: #6088DF;
}
.TagClassName
{
border-color: #6088DF;
}
</style>