Shades of Chetwode Blue #606FC0
Tints of Chetwode Blue #606FC0
RGB
CMYK
RGB Variations
Color information
#606FC0 (or 0x606FC0) is known color: Chetwode Blue. HEX triplet: 60, 6F and C0. RGB value is (96,111,192). Sum of RGB (Red+Green+Blue) = 96+111+192=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 192 (75.39% from 255 or 48.12% from 399); Max value from RGB is 192 - color contains mainly: blue. Hex color #606FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606FC0 is #9F903F. Grayscale: #737373. Windows color (decimal): -10457152 or 12611424. OLE color: 12611424.
HSL color Cylindrical-coordinate representation of color #606FC0: hue angle of 230.62º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #606FC0 is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 111 | 192 | - |
| CMYK | 0.50 | 0.42 | 0 | 0.25 |
| HSL | 230.63º | 0.43% | 0.56% | - |
| HSV(B) | 230.63º | 0.5% | 0.75% | - |
| XYZ | 20.02 | 17.66 | 52.22 | - |
| YUV | 115.75 | 171.03 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 111 | 192 | 0.50 | 0.42 | 0 | 0.25 | 230.63 | 0.43 | 0.56 |
| Hex | 60 | 6F | C0 | 32 | 2A | 0 | 19 | E7 | 2B | 38 |
| Octal | 140 | 157 | 300 | 62 | 52 | 0 | 31 | 347 | 53 | 70 |
| Binary | 1100000 | 1101111 | 11000000 | 110010 | 101010 | 0 | 11001 | 11100111 | 101011 | 111000 |
Color Harmonies of #606FC0
Complementary color
Monochromatic Colors of #606FC0
Black with #606FC0
Text Example
Text Example
White with #606FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606FC0; }
p { color: rgb(96,111,192); }
H1.HeaderClassName
{
color: #606FC0;
}
.AnyTagClassName
{
color: #606FC0;
}
</style>
background-color css
<style>
a { background-color: #606FC0; }
a { background-color: rgb(96,111,192); }
div.DivClassName
{
background-color: #606FC0;
}
.BgClassName
{
background-color: #606FC0;
}
</style>
border-color css
<style>
span { border-color: #606FC0; }
span { border-color: rgb(96,111,192); }
td.TdClassName
{
border-color: #606FC0;
}
.TagClassName
{
border-color: #606FC0;
}
</style>