Shades of Chetwode Blue #656CCC
Tints of Chetwode Blue #656CCC
RGB
CMYK
RGB Variations
Color information
#656CCC (or 0x656CCC) is known color: Chetwode Blue. HEX triplet: 65, 6C and CC. RGB value is (101,108,204). Sum of RGB (Red+Green+Blue) = 101+108+204=413 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.46% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #656CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656CCC is #9A9333. Grayscale: #747474. Windows color (decimal): -10130228 or 13397093. OLE color: 13397093.
HSL color Cylindrical-coordinate representation of color #656CCC: hue angle of 235.92º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #656CCC is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 108 | 204 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.2 |
| HSL | 235.92º | 0.5% | 0.6% | - |
| HSV(B) | 235.92º | 0.5% | 0.8% | - |
| XYZ | 21.63 | 17.85 | 59.43 | - |
| YUV | 116.85 | 177.18 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 108 | 204 | 0.50 | 0.47 | 0 | 0.2 | 235.92 | 0.5 | 0.6 |
| Hex | 65 | 6C | CC | 32 | 2F | 0 | 14 | EC | 32 | 3C |
| Octal | 145 | 154 | 314 | 62 | 57 | 0 | 24 | 354 | 62 | 74 |
| Binary | 1100101 | 1101100 | 11001100 | 110010 | 101111 | 0 | 10100 | 11101100 | 110010 | 111100 |
Color Harmonies of #656CCC
Complementary color
Monochromatic Colors of #656CCC
Black with #656CCC
Text Example
Text Example
White with #656CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656CCC; }
p { color: rgb(101,108,204); }
H1.HeaderClassName
{
color: #656CCC;
}
.AnyTagClassName
{
color: #656CCC;
}
</style>
background-color css
<style>
a { background-color: #656CCC; }
a { background-color: rgb(101,108,204); }
div.DivClassName
{
background-color: #656CCC;
}
.BgClassName
{
background-color: #656CCC;
}
</style>
border-color css
<style>
span { border-color: #656CCC; }
span { border-color: rgb(101,108,204); }
td.TdClassName
{
border-color: #656CCC;
}
.TagClassName
{
border-color: #656CCC;
}
</style>