Shades of Chetwode Blue #656DBB
Tints of Chetwode Blue #656DBB
RGB
CMYK
RGB Variations
Color information
#656DBB (or 0x656DBB) is known color: Chetwode Blue. HEX triplet: 65, 6D and BB. RGB value is (101,109,187). Sum of RGB (Red+Green+Blue) = 101+109+187=397 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.44% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #656DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656DBB is #9A9244. Grayscale: #737373. Windows color (decimal): -10129989 or 12283237. OLE color: 12283237.
HSL color Cylindrical-coordinate representation of color #656DBB: hue angle of 234.42º 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 #656DBB is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 109 | 187 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.27 |
| HSL | 234.42º | 0.39% | 0.56% | - |
| HSV(B) | 234.42º | 0.46% | 0.73% | - |
| XYZ | 19.81 | 17.29 | 49.31 | - |
| YUV | 115.5 | 168.35 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 109 | 187 | 0.46 | 0.42 | 0 | 0.27 | 234.42 | 0.39 | 0.56 |
| Hex | 65 | 6D | BB | 2E | 2A | 0 | 1B | EA | 27 | 38 |
| Octal | 145 | 155 | 273 | 56 | 52 | 0 | 33 | 352 | 47 | 70 |
| Binary | 1100101 | 1101101 | 10111011 | 101110 | 101010 | 0 | 11011 | 11101010 | 100111 | 111000 |
Color Harmonies of #656DBB
Complementary color
Monochromatic Colors of #656DBB
Black with #656DBB
Text Example
Text Example
White with #656DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656DBB; }
p { color: rgb(101,109,187); }
H1.HeaderClassName
{
color: #656DBB;
}
.AnyTagClassName
{
color: #656DBB;
}
</style>
background-color css
<style>
a { background-color: #656DBB; }
a { background-color: rgb(101,109,187); }
div.DivClassName
{
background-color: #656DBB;
}
.BgClassName
{
background-color: #656DBB;
}
</style>
border-color css
<style>
span { border-color: #656DBB; }
span { border-color: rgb(101,109,187); }
td.TdClassName
{
border-color: #656DBB;
}
.TagClassName
{
border-color: #656DBB;
}
</style>