Shades of Cornflower Blue #607ADC
Tints of Cornflower Blue #607ADC
RGB
CMYK
RGB Variations
Color information
#607ADC (or 0x607ADC) is known color: Cornflower Blue. HEX triplet: 60, 7A and DC. RGB value is (96,122,220). Sum of RGB (Red+Green+Blue) = 96+122+220=438 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.92% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #607ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607ADC is #9F8523. Grayscale: #7C7C7C. Windows color (decimal): -10454308 or 14449248. OLE color: 14449248.
HSL color Cylindrical-coordinate representation of color #607ADC: hue angle of 227.42º 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 #607ADC is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 122 | 220 | - |
| CMYK | 0.56 | 0.45 | 0 | 0.14 |
| HSL | 227.42º | 0.64% | 0.62% | - |
| HSV(B) | 227.42º | 0.56% | 0.86% | - |
| XYZ | 24.7 | 21.57 | 70.57 | - |
| YUV | 125.4 | 181.39 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 122 | 220 | 0.56 | 0.45 | 0 | 0.14 | 227.42 | 0.64 | 0.62 |
| Hex | 60 | 7A | DC | 38 | 2D | 0 | E | E3 | 40 | 3E |
| Octal | 140 | 172 | 334 | 70 | 55 | 0 | 16 | 343 | 100 | 76 |
| Binary | 1100000 | 1111010 | 11011100 | 111000 | 101101 | 0 | 1110 | 11100011 | 1000000 | 111110 |
Color Harmonies of #607ADC
Complementary color
Monochromatic Colors of #607ADC
Black with #607ADC
Text Example
Text Example
White with #607ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607ADC; }
p { color: rgb(96,122,220); }
H1.HeaderClassName
{
color: #607ADC;
}
.AnyTagClassName
{
color: #607ADC;
}
</style>
background-color css
<style>
a { background-color: #607ADC; }
a { background-color: rgb(96,122,220); }
div.DivClassName
{
background-color: #607ADC;
}
.BgClassName
{
background-color: #607ADC;
}
</style>
border-color css
<style>
span { border-color: #607ADC; }
span { border-color: rgb(96,122,220); }
td.TdClassName
{
border-color: #607ADC;
}
.TagClassName
{
border-color: #607ADC;
}
</style>