Shades of Chetwode Blue #656BB6
Tints of Chetwode Blue #656BB6
RGB
CMYK
RGB Variations
Color information
#656BB6 (or 0x656BB6) is known color: Chetwode Blue. HEX triplet: 65, 6B and B6. RGB value is (101,107,182). Sum of RGB (Red+Green+Blue) = 101+107+182=390 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.90% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 182 (71.48% from 255 or 46.67% from 390); Max value from RGB is 182 - color contains mainly: blue. Hex color #656BB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656BB6 is #9A9449. Grayscale: #717171. Windows color (decimal): -10130506 or 11955045. OLE color: 11955045.
HSL color Cylindrical-coordinate representation of color #656BB6: hue angle of 235.56º 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 #656BB6 is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 107 | 182 | - |
| CMYK | 0.45 | 0.41 | 0 | 0.29 |
| HSL | 235.56º | 0.36% | 0.55% | - |
| HSV(B) | 235.56º | 0.45% | 0.71% | - |
| XYZ | 19.07 | 16.66 | 46.47 | - |
| YUV | 113.76 | 166.51 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 107 | 182 | 0.45 | 0.41 | 0 | 0.29 | 235.56 | 0.36 | 0.55 |
| Hex | 65 | 6B | B6 | 2D | 29 | 0 | 1D | EC | 24 | 37 |
| Octal | 145 | 153 | 266 | 55 | 51 | 0 | 35 | 354 | 44 | 67 |
| Binary | 1100101 | 1101011 | 10110110 | 101101 | 101001 | 0 | 11101 | 11101100 | 100100 | 110111 |
Color Harmonies of #656BB6
Complementary color
Monochromatic Colors of #656BB6
Black with #656BB6
Text Example
Text Example
White with #656BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656BB6; }
p { color: rgb(101,107,182); }
H1.HeaderClassName
{
color: #656BB6;
}
.AnyTagClassName
{
color: #656BB6;
}
</style>
background-color css
<style>
a { background-color: #656BB6; }
a { background-color: rgb(101,107,182); }
div.DivClassName
{
background-color: #656BB6;
}
.BgClassName
{
background-color: #656BB6;
}
</style>
border-color css
<style>
span { border-color: #656BB6; }
span { border-color: rgb(101,107,182); }
td.TdClassName
{
border-color: #656BB6;
}
.TagClassName
{
border-color: #656BB6;
}
</style>