Shades of Chetwode Blue #606FCC
Tints of Chetwode Blue #606FCC
RGB
CMYK
RGB Variations
Color information
#606FCC (or 0x606FCC) is known color: Chetwode Blue. HEX triplet: 60, 6F and CC. RGB value is (96,111,204). Sum of RGB (Red+Green+Blue) = 96+111+204=411 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.36% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #606FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606FCC is #9F9033. Grayscale: #747474. Windows color (decimal): -10457140 or 13397856. OLE color: 13397856.
HSL color Cylindrical-coordinate representation of color #606FCC: hue angle of 231.67º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #606FCC is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 111 | 204 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.2 |
| HSL | 231.67º | 0.51% | 0.59% | - |
| HSV(B) | 231.67º | 0.53% | 0.8% | - |
| XYZ | 21.41 | 18.22 | 59.51 | - |
| YUV | 117.12 | 177.03 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 111 | 204 | 0.53 | 0.46 | 0 | 0.2 | 231.67 | 0.51 | 0.59 |
| Hex | 60 | 6F | CC | 35 | 2E | 0 | 14 | E8 | 33 | 3B |
| Octal | 140 | 157 | 314 | 65 | 56 | 0 | 24 | 350 | 63 | 73 |
| Binary | 1100000 | 1101111 | 11001100 | 110101 | 101110 | 0 | 10100 | 11101000 | 110011 | 111011 |
Color Harmonies of #606FCC
Complementary color
Monochromatic Colors of #606FCC
Black with #606FCC
Text Example
Text Example
White with #606FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606FCC; }
p { color: rgb(96,111,204); }
H1.HeaderClassName
{
color: #606FCC;
}
.AnyTagClassName
{
color: #606FCC;
}
</style>
background-color css
<style>
a { background-color: #606FCC; }
a { background-color: rgb(96,111,204); }
div.DivClassName
{
background-color: #606FCC;
}
.BgClassName
{
background-color: #606FCC;
}
</style>
border-color css
<style>
span { border-color: #606FCC; }
span { border-color: rgb(96,111,204); }
td.TdClassName
{
border-color: #606FCC;
}
.TagClassName
{
border-color: #606FCC;
}
</style>