Shades of Chetwode Blue #656FB5
Tints of Chetwode Blue #656FB5
RGB
CMYK
RGB Variations
Color information
#656FB5 (or 0x656FB5) is known color: Chetwode Blue. HEX triplet: 65, 6F and B5. RGB value is (101,111,181). Sum of RGB (Red+Green+Blue) = 101+111+181=393 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.70% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 181 (71.09% from 255 or 46.06% from 393); Max value from RGB is 181 - color contains mainly: blue. Hex color #656FB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656FB5 is #9A904A. Grayscale: #737373. Windows color (decimal): -10129483 or 11890533. OLE color: 11890533.
HSL color Cylindrical-coordinate representation of color #656FB5: hue angle of 232.5º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #656FB5 is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 111 | 181 | - |
| CMYK | 0.44 | 0.39 | 0 | 0.29 |
| HSL | 232.5º | 0.35% | 0.55% | - |
| HSV(B) | 232.5º | 0.44% | 0.71% | - |
| XYZ | 19.39 | 17.47 | 46.07 | - |
| YUV | 115.99 | 164.69 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 111 | 181 | 0.44 | 0.39 | 0 | 0.29 | 232.5 | 0.35 | 0.55 |
| Hex | 65 | 6F | B5 | 2C | 27 | 0 | 1D | E8 | 23 | 37 |
| Octal | 145 | 157 | 265 | 54 | 47 | 0 | 35 | 350 | 43 | 67 |
| Binary | 1100101 | 1101111 | 10110101 | 101100 | 100111 | 0 | 11101 | 11101000 | 100011 | 110111 |
Color Harmonies of #656FB5
Complementary color
Monochromatic Colors of #656FB5
Black with #656FB5
Text Example
Text Example
White with #656FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656FB5; }
p { color: rgb(101,111,181); }
H1.HeaderClassName
{
color: #656FB5;
}
.AnyTagClassName
{
color: #656FB5;
}
</style>
background-color css
<style>
a { background-color: #656FB5; }
a { background-color: rgb(101,111,181); }
div.DivClassName
{
background-color: #656FB5;
}
.BgClassName
{
background-color: #656FB5;
}
</style>
border-color css
<style>
span { border-color: #656FB5; }
span { border-color: rgb(101,111,181); }
td.TdClassName
{
border-color: #656FB5;
}
.TagClassName
{
border-color: #656FB5;
}
</style>