Shades of Chetwode Blue #656BBB
Tints of Chetwode Blue #656BBB
RGB
CMYK
RGB Variations
Color information
#656BBB (or 0x656BBB) is known color: Chetwode Blue. HEX triplet: 65, 6B and BB. RGB value is (101,107,187). Sum of RGB (Red+Green+Blue) = 101+107+187=395 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.57% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #656BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656BBB is #9A9444. Grayscale: #727272. Windows color (decimal): -10130501 or 12282725. OLE color: 12282725.
HSL color Cylindrical-coordinate representation of color #656BBB: hue angle of 235.81º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #656BBB is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 107 | 187 | - |
| CMYK | 0.46 | 0.43 | 0 | 0.27 |
| HSL | 235.81º | 0.39% | 0.56% | - |
| HSV(B) | 235.81º | 0.46% | 0.73% | - |
| XYZ | 19.59 | 16.87 | 49.24 | - |
| YUV | 114.33 | 169.01 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 107 | 187 | 0.46 | 0.43 | 0 | 0.27 | 235.81 | 0.39 | 0.56 |
| Hex | 65 | 6B | BB | 2E | 2B | 0 | 1B | EC | 27 | 38 |
| Octal | 145 | 153 | 273 | 56 | 53 | 0 | 33 | 354 | 47 | 70 |
| Binary | 1100101 | 1101011 | 10111011 | 101110 | 101011 | 0 | 11011 | 11101100 | 100111 | 111000 |
Color Harmonies of #656BBB
Complementary color
Monochromatic Colors of #656BBB
Black with #656BBB
Text Example
Text Example
White with #656BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656BBB; }
p { color: rgb(101,107,187); }
H1.HeaderClassName
{
color: #656BBB;
}
.AnyTagClassName
{
color: #656BBB;
}
</style>
background-color css
<style>
a { background-color: #656BBB; }
a { background-color: rgb(101,107,187); }
div.DivClassName
{
background-color: #656BBB;
}
.BgClassName
{
background-color: #656BBB;
}
</style>
border-color css
<style>
span { border-color: #656BBB; }
span { border-color: rgb(101,107,187); }
td.TdClassName
{
border-color: #656BBB;
}
.TagClassName
{
border-color: #656BBB;
}
</style>