Shades of Chetwode Blue #606BCB
Tints of Chetwode Blue #606BCB
RGB
CMYK
RGB Variations
Color information
#606BCB (or 0x606BCB) is known color: Chetwode Blue. HEX triplet: 60, 6B and CB. RGB value is (96,107,203). Sum of RGB (Red+Green+Blue) = 96+107+203=406 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.65% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #606BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606BCB is #9F9434. Grayscale: #727272. Windows color (decimal): -10458165 or 13331296. OLE color: 13331296.
HSL color Cylindrical-coordinate representation of color #606BCB: hue angle of 233.83º 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 #606BCB is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 107 | 203 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.20 |
| HSL | 233.83º | 0.51% | 0.59% | - |
| HSV(B) | 233.83º | 0.53% | 0.8% | - |
| XYZ | 20.86 | 17.31 | 58.74 | - |
| YUV | 114.66 | 177.86 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 107 | 203 | 0.53 | 0.47 | 0 | 0.20 | 233.83 | 0.51 | 0.59 |
| Hex | 60 | 6B | CB | 35 | 2F | 0 | 14 | EA | 33 | 3B |
| Octal | 140 | 153 | 313 | 65 | 57 | 0 | 24 | 352 | 63 | 73 |
| Binary | 1100000 | 1101011 | 11001011 | 110101 | 101111 | 0 | 10100 | 11101010 | 110011 | 111011 |
Color Harmonies of #606BCB
Complementary color
Monochromatic Colors of #606BCB
Black with #606BCB
Text Example
Text Example
White with #606BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606BCB; }
p { color: rgb(96,107,203); }
H1.HeaderClassName
{
color: #606BCB;
}
.AnyTagClassName
{
color: #606BCB;
}
</style>
background-color css
<style>
a { background-color: #606BCB; }
a { background-color: rgb(96,107,203); }
div.DivClassName
{
background-color: #606BCB;
}
.BgClassName
{
background-color: #606BCB;
}
</style>
border-color css
<style>
span { border-color: #606BCB; }
span { border-color: rgb(96,107,203); }
td.TdClassName
{
border-color: #606BCB;
}
.TagClassName
{
border-color: #606BCB;
}
</style>