Shades of Chetwode Blue #606EC6
Tints of Chetwode Blue #606EC6
RGB
CMYK
RGB Variations
Color information
#606EC6 (or 0x606EC6) is known color: Chetwode Blue. HEX triplet: 60, 6E and C6. RGB value is (96,110,198). Sum of RGB (Red+Green+Blue) = 96+110+198=404 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.76% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 198 (77.73% from 255 or 49.01% from 404); Max value from RGB is 198 - color contains mainly: blue. Hex color #606EC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606EC6 is #9F9139. Grayscale: #737373. Windows color (decimal): -10457402 or 13004384. OLE color: 13004384.
HSL color Cylindrical-coordinate representation of color #606EC6: hue angle of 231.76º degrees, saturation: 0.47, 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 #606EC6 is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 110 | 198 | - |
| CMYK | 0.52 | 0.44 | 0 | 0.22 |
| HSL | 231.76º | 0.47% | 0.58% | - |
| HSV(B) | 231.76º | 0.52% | 0.78% | - |
| XYZ | 20.59 | 17.72 | 55.76 | - |
| YUV | 115.85 | 174.36 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 110 | 198 | 0.52 | 0.44 | 0 | 0.22 | 231.76 | 0.47 | 0.58 |
| Hex | 60 | 6E | C6 | 34 | 2C | 0 | 16 | E8 | 2F | 3A |
| Octal | 140 | 156 | 306 | 64 | 54 | 0 | 26 | 350 | 57 | 72 |
| Binary | 1100000 | 1101110 | 11000110 | 110100 | 101100 | 0 | 10110 | 11101000 | 101111 | 111010 |
Color Harmonies of #606EC6
Complementary color
Monochromatic Colors of #606EC6
Black with #606EC6
Text Example
Text Example
White with #606EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606EC6; }
p { color: rgb(96,110,198); }
H1.HeaderClassName
{
color: #606EC6;
}
.AnyTagClassName
{
color: #606EC6;
}
</style>
background-color css
<style>
a { background-color: #606EC6; }
a { background-color: rgb(96,110,198); }
div.DivClassName
{
background-color: #606EC6;
}
.BgClassName
{
background-color: #606EC6;
}
</style>
border-color css
<style>
span { border-color: #606EC6; }
span { border-color: rgb(96,110,198); }
td.TdClassName
{
border-color: #606EC6;
}
.TagClassName
{
border-color: #606EC6;
}
</style>