Shades of Cornflower Blue #608ADC
Tints of Cornflower Blue #608ADC
RGB
CMYK
RGB Variations
Color information
#608ADC (or 0x608ADC) is known color: Cornflower Blue. HEX triplet: 60, 8A and DC. RGB value is (96,138,220). Sum of RGB (Red+Green+Blue) = 96+138+220=454 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.15% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #608ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608ADC is #9F7523. Grayscale: #868686. Windows color (decimal): -10450212 or 14453344. OLE color: 14453344.
HSL color Cylindrical-coordinate representation of color #608ADC: hue angle of 219.68º 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 #608ADC is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 138 | 220 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.14 |
| HSL | 219.68º | 0.64% | 0.62% | - |
| HSV(B) | 219.68º | 0.56% | 0.86% | - |
| XYZ | 26.83 | 25.83 | 71.28 | - |
| YUV | 134.79 | 176.09 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 138 | 220 | 0.56 | 0.37 | 0 | 0.14 | 219.68 | 0.64 | 0.62 |
| Hex | 60 | 8A | DC | 38 | 25 | 0 | E | DC | 40 | 3E |
| Octal | 140 | 212 | 334 | 70 | 45 | 0 | 16 | 334 | 100 | 76 |
| Binary | 1100000 | 10001010 | 11011100 | 111000 | 100101 | 0 | 1110 | 11011100 | 1000000 | 111110 |
Color Harmonies of #608ADC
Complementary color
Monochromatic Colors of #608ADC
Black with #608ADC
Text Example
Text Example
White with #608ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608ADC; }
p { color: rgb(96,138,220); }
H1.HeaderClassName
{
color: #608ADC;
}
.AnyTagClassName
{
color: #608ADC;
}
</style>
background-color css
<style>
a { background-color: #608ADC; }
a { background-color: rgb(96,138,220); }
div.DivClassName
{
background-color: #608ADC;
}
.BgClassName
{
background-color: #608ADC;
}
</style>
border-color css
<style>
span { border-color: #608ADC; }
span { border-color: rgb(96,138,220); }
td.TdClassName
{
border-color: #608ADC;
}
.TagClassName
{
border-color: #608ADC;
}
</style>