Shades of Chetwode Blue #656DB6
Tints of Chetwode Blue #656DB6
RGB
CMYK
RGB Variations
Color information
#656DB6 (or 0x656DB6) is known color: Chetwode Blue. HEX triplet: 65, 6D and B6. RGB value is (101,109,182). Sum of RGB (Red+Green+Blue) = 101+109+182=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 182 (71.48% from 255 or 46.43% from 392); Max value from RGB is 182 - color contains mainly: blue. Hex color #656DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656DB6 is #9A9249. Grayscale: #727272. Windows color (decimal): -10129994 or 11955557. OLE color: 11955557.
HSL color Cylindrical-coordinate representation of color #656DB6: hue angle of 234.07º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #656DB6 is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 109 | 182 | - |
| CMYK | 0.45 | 0.40 | 0 | 0.29 |
| HSL | 234.07º | 0.36% | 0.55% | - |
| HSV(B) | 234.07º | 0.45% | 0.71% | - |
| XYZ | 19.28 | 17.08 | 46.54 | - |
| YUV | 114.93 | 165.85 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 109 | 182 | 0.45 | 0.40 | 0 | 0.29 | 234.07 | 0.36 | 0.55 |
| Hex | 65 | 6D | B6 | 2D | 28 | 0 | 1D | EA | 24 | 37 |
| Octal | 145 | 155 | 266 | 55 | 50 | 0 | 35 | 352 | 44 | 67 |
| Binary | 1100101 | 1101101 | 10110110 | 101101 | 101000 | 0 | 11101 | 11101010 | 100100 | 110111 |
Color Harmonies of #656DB6
Complementary color
Monochromatic Colors of #656DB6
Black with #656DB6
Text Example
Text Example
White with #656DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656DB6; }
p { color: rgb(101,109,182); }
H1.HeaderClassName
{
color: #656DB6;
}
.AnyTagClassName
{
color: #656DB6;
}
</style>
background-color css
<style>
a { background-color: #656DB6; }
a { background-color: rgb(101,109,182); }
div.DivClassName
{
background-color: #656DB6;
}
.BgClassName
{
background-color: #656DB6;
}
</style>
border-color css
<style>
span { border-color: #656DB6; }
span { border-color: rgb(101,109,182); }
td.TdClassName
{
border-color: #656DB6;
}
.TagClassName
{
border-color: #656DB6;
}
</style>