Shades of Chetwode Blue #606DC4
Tints of Chetwode Blue #606DC4
RGB
CMYK
RGB Variations
Color information
#606DC4 (or 0x606DC4) is known color: Chetwode Blue. HEX triplet: 60, 6D and C4. RGB value is (96,109,196). Sum of RGB (Red+Green+Blue) = 96+109+196=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 196 (76.95% from 255 or 48.88% from 401); Max value from RGB is 196 - color contains mainly: blue. Hex color #606DC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606DC4 is #9F923B. Grayscale: #727272. Windows color (decimal): -10457660 or 12873056. OLE color: 12873056.
HSL color Cylindrical-coordinate representation of color #606DC4: hue angle of 232.2º 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 #606DC4 is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 96 | 109 | 196 | - |
| CMYK | 0.51 | 0.44 | 0 | 0.23 |
| HSL | 232.2º | 0.46% | 0.57% | - |
| HSV(B) | 232.2º | 0.51% | 0.77% | - |
| XYZ | 20.26 | 17.41 | 54.52 | - |
| YUV | 115.03 | 173.69 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 109 | 196 | 0.51 | 0.44 | 0 | 0.23 | 232.2 | 0.46 | 0.57 |
| Hex | 60 | 6D | C4 | 33 | 2C | 0 | 17 | E8 | 2E | 39 |
| Octal | 140 | 155 | 304 | 63 | 54 | 0 | 27 | 350 | 56 | 71 |
| Binary | 1100000 | 1101101 | 11000100 | 110011 | 101100 | 0 | 10111 | 11101000 | 101110 | 111001 |
Color Harmonies of #606DC4
Complementary color
Monochromatic Colors of #606DC4
Black with #606DC4
Text Example
Text Example
White with #606DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606DC4; }
p { color: rgb(96,109,196); }
H1.HeaderClassName
{
color: #606DC4;
}
.AnyTagClassName
{
color: #606DC4;
}
</style>
background-color css
<style>
a { background-color: #606DC4; }
a { background-color: rgb(96,109,196); }
div.DivClassName
{
background-color: #606DC4;
}
.BgClassName
{
background-color: #606DC4;
}
</style>
border-color css
<style>
span { border-color: #606DC4; }
span { border-color: rgb(96,109,196); }
td.TdClassName
{
border-color: #606DC4;
}
.TagClassName
{
border-color: #606DC4;
}
</style>