Shades of Chetwode Blue #656FCF
Tints of Chetwode Blue #656FCF
RGB
CMYK
RGB Variations
Color information
#656FCF (or 0x656FCF) is known color: Chetwode Blue. HEX triplet: 65, 6F and CF. RGB value is (101,111,207). Sum of RGB (Red+Green+Blue) = 101+111+207=419 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.11% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #656FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656FCF is #9A9030. Grayscale: #767676. Windows color (decimal): -10129457 or 13594469. OLE color: 13594469.
HSL color Cylindrical-coordinate representation of color #656FCF: hue angle of 234.34º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #656FCF is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 111 | 207 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.19 |
| HSL | 234.34º | 0.52% | 0.6% | - |
| HSV(B) | 234.34º | 0.51% | 0.81% | - |
| XYZ | 22.31 | 18.64 | 61.45 | - |
| YUV | 118.95 | 177.69 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 111 | 207 | 0.51 | 0.46 | 0 | 0.19 | 234.34 | 0.52 | 0.6 |
| Hex | 65 | 6F | CF | 33 | 2E | 0 | 13 | EA | 34 | 3C |
| Octal | 145 | 157 | 317 | 63 | 56 | 0 | 23 | 352 | 64 | 74 |
| Binary | 1100101 | 1101111 | 11001111 | 110011 | 101110 | 0 | 10011 | 11101010 | 110100 | 111100 |
Color Harmonies of #656FCF
Complementary color
Monochromatic Colors of #656FCF
Black with #656FCF
Text Example
Text Example
White with #656FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656FCF; }
p { color: rgb(101,111,207); }
H1.HeaderClassName
{
color: #656FCF;
}
.AnyTagClassName
{
color: #656FCF;
}
</style>
background-color css
<style>
a { background-color: #656FCF; }
a { background-color: rgb(101,111,207); }
div.DivClassName
{
background-color: #656FCF;
}
.BgClassName
{
background-color: #656FCF;
}
</style>
border-color css
<style>
span { border-color: #656FCF; }
span { border-color: rgb(101,111,207); }
td.TdClassName
{
border-color: #656FCF;
}
.TagClassName
{
border-color: #656FCF;
}
</style>