Shades of Chetwode Blue #656CBB
Tints of Chetwode Blue #656CBB
RGB
CMYK
RGB Variations
Color information
#656CBB (or 0x656CBB) is known color: Chetwode Blue. HEX triplet: 65, 6C and BB. RGB value is (101,108,187). Sum of RGB (Red+Green+Blue) = 101+108+187=396 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.51% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #656CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656CBB is #9A9344. Grayscale: #727272. Windows color (decimal): -10130245 or 12282981. OLE color: 12282981.
HSL color Cylindrical-coordinate representation of color #656CBB: hue angle of 235.12º 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 #656CBB is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 108 | 187 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.27 |
| HSL | 235.12º | 0.39% | 0.56% | - |
| HSV(B) | 235.12º | 0.46% | 0.73% | - |
| XYZ | 19.7 | 17.08 | 49.27 | - |
| YUV | 114.91 | 168.68 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 108 | 187 | 0.46 | 0.42 | 0 | 0.27 | 235.12 | 0.39 | 0.56 |
| Hex | 65 | 6C | BB | 2E | 2A | 0 | 1B | EB | 27 | 38 |
| Octal | 145 | 154 | 273 | 56 | 52 | 0 | 33 | 353 | 47 | 70 |
| Binary | 1100101 | 1101100 | 10111011 | 101110 | 101010 | 0 | 11011 | 11101011 | 100111 | 111000 |
Color Harmonies of #656CBB
Complementary color
Monochromatic Colors of #656CBB
Black with #656CBB
Text Example
Text Example
White with #656CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656CBB; }
p { color: rgb(101,108,187); }
H1.HeaderClassName
{
color: #656CBB;
}
.AnyTagClassName
{
color: #656CBB;
}
</style>
background-color css
<style>
a { background-color: #656CBB; }
a { background-color: rgb(101,108,187); }
div.DivClassName
{
background-color: #656CBB;
}
.BgClassName
{
background-color: #656CBB;
}
</style>
border-color css
<style>
span { border-color: #656CBB; }
span { border-color: rgb(101,108,187); }
td.TdClassName
{
border-color: #656CBB;
}
.TagClassName
{
border-color: #656CBB;
}
</style>