Shades of Chetwode Blue #606ACB
Tints of Chetwode Blue #606ACB
RGB
CMYK
RGB Variations
Color information
#606ACB (or 0x606ACB) is known color: Chetwode Blue. HEX triplet: 60, 6A and CB. RGB value is (96,106,203). Sum of RGB (Red+Green+Blue) = 96+106+203=405 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.70% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #606ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606ACB is #9F9534. Grayscale: #717171. Windows color (decimal): -10458421 or 13331040. OLE color: 13331040.
HSL color Cylindrical-coordinate representation of color #606ACB: hue angle of 234.39º 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 #606ACB is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 106 | 203 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.20 |
| HSL | 234.39º | 0.51% | 0.59% | - |
| HSV(B) | 234.39º | 0.53% | 0.8% | - |
| XYZ | 20.76 | 17.11 | 58.71 | - |
| YUV | 114.07 | 178.19 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 106 | 203 | 0.53 | 0.48 | 0 | 0.20 | 234.39 | 0.51 | 0.59 |
| Hex | 60 | 6A | CB | 35 | 30 | 0 | 14 | EA | 33 | 3B |
| Octal | 140 | 152 | 313 | 65 | 60 | 0 | 24 | 352 | 63 | 73 |
| Binary | 1100000 | 1101010 | 11001011 | 110101 | 110000 | 0 | 10100 | 11101010 | 110011 | 111011 |
Color Harmonies of #606ACB
Complementary color
Monochromatic Colors of #606ACB
Black with #606ACB
Text Example
Text Example
White with #606ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606ACB; }
p { color: rgb(96,106,203); }
H1.HeaderClassName
{
color: #606ACB;
}
.AnyTagClassName
{
color: #606ACB;
}
</style>
background-color css
<style>
a { background-color: #606ACB; }
a { background-color: rgb(96,106,203); }
div.DivClassName
{
background-color: #606ACB;
}
.BgClassName
{
background-color: #606ACB;
}
</style>
border-color css
<style>
span { border-color: #606ACB; }
span { border-color: rgb(96,106,203); }
td.TdClassName
{
border-color: #606ACB;
}
.TagClassName
{
border-color: #606ACB;
}
</style>