Shades of Chetwode Blue #656FB4
Tints of Chetwode Blue #656FB4
RGB
CMYK
RGB Variations
Color information
#656FB4 (or 0x656FB4) is known color: Chetwode Blue. HEX triplet: 65, 6F and B4. RGB value is (101,111,180). Sum of RGB (Red+Green+Blue) = 101+111+180=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 180 (70.70% from 255 or 45.92% from 392); Max value from RGB is 180 - color contains mainly: blue. Hex color #656FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656FB4 is #9A904B. Grayscale: #737373. Windows color (decimal): -10129484 or 11824997. OLE color: 11824997.
HSL color Cylindrical-coordinate representation of color #656FB4: hue angle of 232.41º degrees, saturation: 0.34, 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 #656FB4 is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 111 | 180 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.29 |
| HSL | 232.41º | 0.34% | 0.55% | - |
| HSV(B) | 232.41º | 0.44% | 0.71% | - |
| XYZ | 19.29 | 17.43 | 45.53 | - |
| YUV | 115.88 | 164.19 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 111 | 180 | 0.44 | 0.38 | 0 | 0.29 | 232.41 | 0.34 | 0.55 |
| Hex | 65 | 6F | B4 | 2C | 26 | 0 | 1D | E8 | 22 | 37 |
| Octal | 145 | 157 | 264 | 54 | 46 | 0 | 35 | 350 | 42 | 67 |
| Binary | 1100101 | 1101111 | 10110100 | 101100 | 100110 | 0 | 11101 | 11101000 | 100010 | 110111 |
Color Harmonies of #656FB4
Complementary color
Monochromatic Colors of #656FB4
Black with #656FB4
Text Example
Text Example
White with #656FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656FB4; }
p { color: rgb(101,111,180); }
H1.HeaderClassName
{
color: #656FB4;
}
.AnyTagClassName
{
color: #656FB4;
}
</style>
background-color css
<style>
a { background-color: #656FB4; }
a { background-color: rgb(101,111,180); }
div.DivClassName
{
background-color: #656FB4;
}
.BgClassName
{
background-color: #656FB4;
}
</style>
border-color css
<style>
span { border-color: #656FB4; }
span { border-color: rgb(101,111,180); }
td.TdClassName
{
border-color: #656FB4;
}
.TagClassName
{
border-color: #656FB4;
}
</style>