Shades of Cornflower Blue #608ADE
Tints of Cornflower Blue #608ADE
RGB
CMYK
RGB Variations
Color information
#608ADE (or 0x608ADE) is known color: Cornflower Blue. HEX triplet: 60, 8A and DE. RGB value is (96,138,222). Sum of RGB (Red+Green+Blue) = 96+138+222=456 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.05% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #608ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608ADE is #9F7521. Grayscale: #868686. Windows color (decimal): -10450210 or 14584416. OLE color: 14584416.
HSL color Cylindrical-coordinate representation of color #608ADE: hue angle of 220º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #608ADE is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 138 | 222 | - |
| CMYK | 0.57 | 0.38 | 0 | 0.13 |
| HSL | 220º | 0.66% | 0.62% | - |
| HSV(B) | 220º | 0.57% | 0.87% | - |
| XYZ | 27.1 | 25.94 | 72.69 | - |
| YUV | 135.02 | 177.09 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 138 | 222 | 0.57 | 0.38 | 0 | 0.13 | 220 | 0.66 | 0.62 |
| Hex | 60 | 8A | DE | 39 | 26 | 0 | D | DC | 42 | 3E |
| Octal | 140 | 212 | 336 | 71 | 46 | 0 | 15 | 334 | 102 | 76 |
| Binary | 1100000 | 10001010 | 11011110 | 111001 | 100110 | 0 | 1101 | 11011100 | 1000010 | 111110 |
Color Harmonies of #608ADE
Complementary color
Monochromatic Colors of #608ADE
Black with #608ADE
Text Example
Text Example
White with #608ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608ADE; }
p { color: rgb(96,138,222); }
H1.HeaderClassName
{
color: #608ADE;
}
.AnyTagClassName
{
color: #608ADE;
}
</style>
background-color css
<style>
a { background-color: #608ADE; }
a { background-color: rgb(96,138,222); }
div.DivClassName
{
background-color: #608ADE;
}
.BgClassName
{
background-color: #608ADE;
}
</style>
border-color css
<style>
span { border-color: #608ADE; }
span { border-color: rgb(96,138,222); }
td.TdClassName
{
border-color: #608ADE;
}
.TagClassName
{
border-color: #608ADE;
}
</style>