Shades of Chetwode Blue #606FC4
Tints of Chetwode Blue #606FC4
RGB
CMYK
RGB Variations
Color information
#606FC4 (or 0x606FC4) is known color: Chetwode Blue. HEX triplet: 60, 6F and C4. RGB value is (96,111,196). Sum of RGB (Red+Green+Blue) = 96+111+196=403 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.82% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 196 (76.95% from 255 or 48.64% from 403); Max value from RGB is 196 - color contains mainly: blue. Hex color #606FC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606FC4 is #9F903B. Grayscale: #737373. Windows color (decimal): -10457148 or 12873568. OLE color: 12873568.
HSL color Cylindrical-coordinate representation of color #606FC4: hue angle of 231º 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 #606FC4 is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 96 | 111 | 196 | - |
| CMYK | 0.51 | 0.43 | 0 | 0.23 |
| HSL | 231º | 0.46% | 0.57% | - |
| HSV(B) | 231º | 0.51% | 0.77% | - |
| XYZ | 20.47 | 17.84 | 54.59 | - |
| YUV | 116.21 | 173.03 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 111 | 196 | 0.51 | 0.43 | 0 | 0.23 | 231 | 0.46 | 0.57 |
| Hex | 60 | 6F | C4 | 33 | 2B | 0 | 17 | E7 | 2E | 39 |
| Octal | 140 | 157 | 304 | 63 | 53 | 0 | 27 | 347 | 56 | 71 |
| Binary | 1100000 | 1101111 | 11000100 | 110011 | 101011 | 0 | 10111 | 11100111 | 101110 | 111001 |
Color Harmonies of #606FC4
Complementary color
Monochromatic Colors of #606FC4
Black with #606FC4
Text Example
Text Example
White with #606FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606FC4; }
p { color: rgb(96,111,196); }
H1.HeaderClassName
{
color: #606FC4;
}
.AnyTagClassName
{
color: #606FC4;
}
</style>
background-color css
<style>
a { background-color: #606FC4; }
a { background-color: rgb(96,111,196); }
div.DivClassName
{
background-color: #606FC4;
}
.BgClassName
{
background-color: #606FC4;
}
</style>
border-color css
<style>
span { border-color: #606FC4; }
span { border-color: rgb(96,111,196); }
td.TdClassName
{
border-color: #606FC4;
}
.TagClassName
{
border-color: #606FC4;
}
</style>