Shades of Chetwode Blue #606FCB
Tints of Chetwode Blue #606FCB
RGB
CMYK
RGB Variations
Color information
#606FCB (or 0x606FCB) is known color: Chetwode Blue. HEX triplet: 60, 6F and CB. RGB value is (96,111,203). Sum of RGB (Red+Green+Blue) = 96+111+203=410 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.41% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #606FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606FCB is #9F9034. Grayscale: #747474. Windows color (decimal): -10457141 or 13332320. OLE color: 13332320.
HSL color Cylindrical-coordinate representation of color #606FCB: hue angle of 231.59º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #606FCB is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 111 | 203 | - |
| CMYK | 0.53 | 0.45 | 0 | 0.20 |
| HSL | 231.59º | 0.51% | 0.59% | - |
| HSV(B) | 231.59º | 0.53% | 0.8% | - |
| XYZ | 21.29 | 18.17 | 58.88 | - |
| YUV | 117 | 176.53 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 111 | 203 | 0.53 | 0.45 | 0 | 0.20 | 231.59 | 0.51 | 0.59 |
| Hex | 60 | 6F | CB | 35 | 2D | 0 | 14 | E8 | 33 | 3B |
| Octal | 140 | 157 | 313 | 65 | 55 | 0 | 24 | 350 | 63 | 73 |
| Binary | 1100000 | 1101111 | 11001011 | 110101 | 101101 | 0 | 10100 | 11101000 | 110011 | 111011 |
Color Harmonies of #606FCB
Complementary color
Monochromatic Colors of #606FCB
Black with #606FCB
Text Example
Text Example
White with #606FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606FCB; }
p { color: rgb(96,111,203); }
H1.HeaderClassName
{
color: #606FCB;
}
.AnyTagClassName
{
color: #606FCB;
}
</style>
background-color css
<style>
a { background-color: #606FCB; }
a { background-color: rgb(96,111,203); }
div.DivClassName
{
background-color: #606FCB;
}
.BgClassName
{
background-color: #606FCB;
}
</style>
border-color css
<style>
span { border-color: #606FCB; }
span { border-color: rgb(96,111,203); }
td.TdClassName
{
border-color: #606FCB;
}
.TagClassName
{
border-color: #606FCB;
}
</style>