Shades of Chetwode Blue #606CAC
Tints of Chetwode Blue #606CAC
RGB
CMYK
RGB Variations
Color information
#606CAC (or 0x606CAC) is known color: Chetwode Blue. HEX triplet: 60, 6C and AC. RGB value is (96,108,172). Sum of RGB (Red+Green+Blue) = 96+108+172=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #606CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606CAC is #9F9353. Grayscale: #6F6F6F. Windows color (decimal): -10457940 or 11299936. OLE color: 11299936.
HSL color Cylindrical-coordinate representation of color #606CAC: hue angle of 230.53º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #606CAC is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 108 | 172 | - |
| CMYK | 0.44 | 0.37 | 0 | 0.33 |
| HSL | 230.53º | 0.31% | 0.53% | - |
| HSV(B) | 230.53º | 0.44% | 0.67% | - |
| XYZ | 17.63 | 16.19 | 41.23 | - |
| YUV | 111.71 | 162.02 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 108 | 172 | 0.44 | 0.37 | 0 | 0.33 | 230.53 | 0.31 | 0.53 |
| Hex | 60 | 6C | AC | 2C | 25 | 0 | 21 | E7 | 1F | 35 |
| Octal | 140 | 154 | 254 | 54 | 45 | 0 | 41 | 347 | 37 | 65 |
| Binary | 1100000 | 1101100 | 10101100 | 101100 | 100101 | 0 | 100001 | 11100111 | 11111 | 110101 |
Color Harmonies of #606CAC
Complementary color
Monochromatic Colors of #606CAC
Black with #606CAC
Text Example
Text Example
White with #606CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606CAC; }
p { color: rgb(96,108,172); }
H1.HeaderClassName
{
color: #606CAC;
}
.AnyTagClassName
{
color: #606CAC;
}
</style>
background-color css
<style>
a { background-color: #606CAC; }
a { background-color: rgb(96,108,172); }
div.DivClassName
{
background-color: #606CAC;
}
.BgClassName
{
background-color: #606CAC;
}
</style>
border-color css
<style>
span { border-color: #606CAC; }
span { border-color: rgb(96,108,172); }
td.TdClassName
{
border-color: #606CAC;
}
.TagClassName
{
border-color: #606CAC;
}
</style>