Shades of Chetwode Blue #606CA3
Tints of Chetwode Blue #606CA3
RGB
CMYK
RGB Variations
Color information
#606CA3 (or 0x606CA3) is known color: Chetwode Blue. HEX triplet: 60, 6C and A3. RGB value is (96,108,163). Sum of RGB (Red+Green+Blue) = 96+108+163=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 163 (64.06% from 255 or 44.41% from 367); Max value from RGB is 163 - color contains mainly: blue. Hex color #606CA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606CA3 is #9F935C. Grayscale: #6E6E6E. Windows color (decimal): -10457949 or 10710112. OLE color: 10710112.
HSL color Cylindrical-coordinate representation of color #606CA3: hue angle of 229.25º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #606CA3 is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 108 | 163 | - |
| CMYK | 0.41 | 0.34 | 0 | 0.36 |
| HSL | 229.25º | 0.27% | 0.51% | - |
| HSV(B) | 229.25º | 0.41% | 0.64% | - |
| XYZ | 16.8 | 15.86 | 36.83 | - |
| YUV | 110.68 | 157.52 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 108 | 163 | 0.41 | 0.34 | 0 | 0.36 | 229.25 | 0.27 | 0.51 |
| Hex | 60 | 6C | A3 | 29 | 22 | 0 | 24 | E5 | 1B | 33 |
| Octal | 140 | 154 | 243 | 51 | 42 | 0 | 44 | 345 | 33 | 63 |
| Binary | 1100000 | 1101100 | 10100011 | 101001 | 100010 | 0 | 100100 | 11100101 | 11011 | 110011 |
Color Harmonies of #606CA3
Complementary color
Monochromatic Colors of #606CA3
Black with #606CA3
Text Example
Text Example
White with #606CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606CA3; }
p { color: rgb(96,108,163); }
H1.HeaderClassName
{
color: #606CA3;
}
.AnyTagClassName
{
color: #606CA3;
}
</style>
background-color css
<style>
a { background-color: #606CA3; }
a { background-color: rgb(96,108,163); }
div.DivClassName
{
background-color: #606CA3;
}
.BgClassName
{
background-color: #606CA3;
}
</style>
border-color css
<style>
span { border-color: #606CA3; }
span { border-color: rgb(96,108,163); }
td.TdClassName
{
border-color: #606CA3;
}
.TagClassName
{
border-color: #606CA3;
}
</style>