Shades of Chetwode Blue #606BAB
Tints of Chetwode Blue #606BAB
RGB
CMYK
RGB Variations
Color information
#606BAB (or 0x606BAB) is known color: Chetwode Blue. HEX triplet: 60, 6B and AB. RGB value is (96,107,171). Sum of RGB (Red+Green+Blue) = 96+107+171=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #606BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606BAB is #9F9454. Grayscale: #6E6E6E. Windows color (decimal): -10458197 or 11234144. OLE color: 11234144.
HSL color Cylindrical-coordinate representation of color #606BAB: hue angle of 231.2º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #606BAB is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 107 | 171 | - |
| CMYK | 0.44 | 0.37 | 0 | 0.33 |
| HSL | 231.2º | 0.31% | 0.52% | - |
| HSV(B) | 231.2º | 0.44% | 0.67% | - |
| XYZ | 17.43 | 15.94 | 40.69 | - |
| YUV | 111.01 | 161.86 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 107 | 171 | 0.44 | 0.37 | 0 | 0.33 | 231.2 | 0.31 | 0.52 |
| Hex | 60 | 6B | AB | 2C | 25 | 0 | 21 | E7 | 1F | 34 |
| Octal | 140 | 153 | 253 | 54 | 45 | 0 | 41 | 347 | 37 | 64 |
| Binary | 1100000 | 1101011 | 10101011 | 101100 | 100101 | 0 | 100001 | 11100111 | 11111 | 110100 |
Color Harmonies of #606BAB
Complementary color
Monochromatic Colors of #606BAB
Black with #606BAB
Text Example
Text Example
White with #606BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606BAB; }
p { color: rgb(96,107,171); }
H1.HeaderClassName
{
color: #606BAB;
}
.AnyTagClassName
{
color: #606BAB;
}
</style>
background-color css
<style>
a { background-color: #606BAB; }
a { background-color: rgb(96,107,171); }
div.DivClassName
{
background-color: #606BAB;
}
.BgClassName
{
background-color: #606BAB;
}
</style>
border-color css
<style>
span { border-color: #606BAB; }
span { border-color: rgb(96,107,171); }
td.TdClassName
{
border-color: #606BAB;
}
.TagClassName
{
border-color: #606BAB;
}
</style>