Shades of Chetwode Blue #606DC8
Tints of Chetwode Blue #606DC8
RGB
CMYK
RGB Variations
Color information
#606DC8 (or 0x606DC8) is known color: Chetwode Blue. HEX triplet: 60, 6D and C8. RGB value is (96,109,200). Sum of RGB (Red+Green+Blue) = 96+109+200=405 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.70% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 200 (78.52% from 255 or 49.38% from 405); Max value from RGB is 200 - color contains mainly: blue. Hex color #606DC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606DC8 is #9F9237. Grayscale: #737373. Windows color (decimal): -10457656 or 13135200. OLE color: 13135200.
HSL color Cylindrical-coordinate representation of color #606DC8: hue angle of 232.5º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #606DC8 is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 109 | 200 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.22 |
| HSL | 232.5º | 0.49% | 0.58% | - |
| HSV(B) | 232.5º | 0.52% | 0.78% | - |
| XYZ | 20.72 | 17.59 | 56.95 | - |
| YUV | 115.49 | 175.69 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 109 | 200 | 0.52 | 0.46 | 0 | 0.22 | 232.5 | 0.49 | 0.58 |
| Hex | 60 | 6D | C8 | 34 | 2E | 0 | 16 | E8 | 31 | 3A |
| Octal | 140 | 155 | 310 | 64 | 56 | 0 | 26 | 350 | 61 | 72 |
| Binary | 1100000 | 1101101 | 11001000 | 110100 | 101110 | 0 | 10110 | 11101000 | 110001 | 111010 |
Color Harmonies of #606DC8
Complementary color
Monochromatic Colors of #606DC8
Black with #606DC8
Text Example
Text Example
White with #606DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606DC8; }
p { color: rgb(96,109,200); }
H1.HeaderClassName
{
color: #606DC8;
}
.AnyTagClassName
{
color: #606DC8;
}
</style>
background-color css
<style>
a { background-color: #606DC8; }
a { background-color: rgb(96,109,200); }
div.DivClassName
{
background-color: #606DC8;
}
.BgClassName
{
background-color: #606DC8;
}
</style>
border-color css
<style>
span { border-color: #606DC8; }
span { border-color: rgb(96,109,200); }
td.TdClassName
{
border-color: #606DC8;
}
.TagClassName
{
border-color: #606DC8;
}
</style>