Shades of Chetwode Blue #5F6FCC
Tints of Chetwode Blue #5F6FCC
RGB
CMYK
RGB Variations
Color information
#5F6FCC (or 0x5F6FCC) is known color: Chetwode Blue. HEX triplet: 5F, 6F and CC. RGB value is (95,111,204). Sum of RGB (Red+Green+Blue) = 95+111+204=410 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.17% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #5F6FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F6FCC is #A09033. Grayscale: #747474. Windows color (decimal): -10522676 or 13397855. OLE color: 13397855.
HSL color Cylindrical-coordinate representation of color #5F6FCC: hue angle of 231.19º degrees, saturation: 0.52, 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 #5F6FCC is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 111 | 204 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.2 |
| HSL | 231.19º | 0.52% | 0.59% | - |
| HSV(B) | 231.19º | 0.53% | 0.8% | - |
| XYZ | 21.3 | 18.16 | 59.51 | - |
| YUV | 116.82 | 177.2 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 111 | 204 | 0.53 | 0.46 | 0 | 0.2 | 231.19 | 0.52 | 0.59 |
| Hex | 5F | 6F | CC | 35 | 2E | 0 | 14 | E7 | 34 | 3B |
| Octal | 137 | 157 | 314 | 65 | 56 | 0 | 24 | 347 | 64 | 73 |
| Binary | 1011111 | 1101111 | 11001100 | 110101 | 101110 | 0 | 10100 | 11100111 | 110100 | 111011 |
Color Harmonies of #5F6FCC
Complementary color
Monochromatic Colors of #5F6FCC
Black with #5F6FCC
Text Example
Text Example
White with #5F6FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6FCC; }
p { color: rgb(95,111,204); }
H1.HeaderClassName
{
color: #5F6FCC;
}
.AnyTagClassName
{
color: #5F6FCC;
}
</style>
background-color css
<style>
a { background-color: #5F6FCC; }
a { background-color: rgb(95,111,204); }
div.DivClassName
{
background-color: #5F6FCC;
}
.BgClassName
{
background-color: #5F6FCC;
}
</style>
border-color css
<style>
span { border-color: #5F6FCC; }
span { border-color: rgb(95,111,204); }
td.TdClassName
{
border-color: #5F6FCC;
}
.TagClassName
{
border-color: #5F6FCC;
}
</style>