Shades of Chetwode Blue #606EC4
Tints of Chetwode Blue #606EC4
RGB
CMYK
RGB Variations
Color information
#606EC4 (or 0x606EC4) is known color: Chetwode Blue. HEX triplet: 60, 6E and C4. RGB value is (96,110,196). Sum of RGB (Red+Green+Blue) = 96+110+196=402 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.88% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 196 (76.95% from 255 or 48.76% from 402); Max value from RGB is 196 - color contains mainly: blue. Hex color #606EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606EC4 is #9F913B. Grayscale: #737373. Windows color (decimal): -10457404 or 12873312. OLE color: 12873312.
HSL color Cylindrical-coordinate representation of color #606EC4: hue angle of 231.6º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #606EC4 is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 96 | 110 | 196 | - |
| CMYK | 0.51 | 0.44 | 0 | 0.23 |
| HSL | 231.6º | 0.46% | 0.57% | - |
| HSV(B) | 231.6º | 0.51% | 0.77% | - |
| XYZ | 20.36 | 17.62 | 54.55 | - |
| YUV | 115.62 | 173.36 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 110 | 196 | 0.51 | 0.44 | 0 | 0.23 | 231.6 | 0.46 | 0.57 |
| Hex | 60 | 6E | C4 | 33 | 2C | 0 | 17 | E8 | 2E | 39 |
| Octal | 140 | 156 | 304 | 63 | 54 | 0 | 27 | 350 | 56 | 71 |
| Binary | 1100000 | 1101110 | 11000100 | 110011 | 101100 | 0 | 10111 | 11101000 | 101110 | 111001 |
Color Harmonies of #606EC4
Complementary color
Monochromatic Colors of #606EC4
Black with #606EC4
Text Example
Text Example
White with #606EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606EC4; }
p { color: rgb(96,110,196); }
H1.HeaderClassName
{
color: #606EC4;
}
.AnyTagClassName
{
color: #606EC4;
}
</style>
background-color css
<style>
a { background-color: #606EC4; }
a { background-color: rgb(96,110,196); }
div.DivClassName
{
background-color: #606EC4;
}
.BgClassName
{
background-color: #606EC4;
}
</style>
border-color css
<style>
span { border-color: #606EC4; }
span { border-color: rgb(96,110,196); }
td.TdClassName
{
border-color: #606EC4;
}
.TagClassName
{
border-color: #606EC4;
}
</style>