Shades of Chetwode Blue #656AB4
Tints of Chetwode Blue #656AB4
RGB
CMYK
RGB Variations
Color information
#656AB4 (or 0x656AB4) is known color: Chetwode Blue. HEX triplet: 65, 6A and B4. RGB value is (101,106,180). Sum of RGB (Red+Green+Blue) = 101+106+180=387 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.10% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 180 (70.70% from 255 or 46.51% from 387); Max value from RGB is 180 - color contains mainly: blue. Hex color #656AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656AB4 is #9A954B. Grayscale: #707070. Windows color (decimal): -10130764 or 11823717. OLE color: 11823717.
HSL color Cylindrical-coordinate representation of color #656AB4: hue angle of 236.2º 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 #656AB4 is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 106 | 180 | - |
| CMYK | 0.44 | 0.41 | 0 | 0.29 |
| HSL | 236.2º | 0.34% | 0.55% | - |
| HSV(B) | 236.2º | 0.44% | 0.71% | - |
| XYZ | 18.76 | 16.37 | 45.35 | - |
| YUV | 112.94 | 165.84 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 106 | 180 | 0.44 | 0.41 | 0 | 0.29 | 236.2 | 0.34 | 0.55 |
| Hex | 65 | 6A | B4 | 2C | 29 | 0 | 1D | EC | 22 | 37 |
| Octal | 145 | 152 | 264 | 54 | 51 | 0 | 35 | 354 | 42 | 67 |
| Binary | 1100101 | 1101010 | 10110100 | 101100 | 101001 | 0 | 11101 | 11101100 | 100010 | 110111 |
Color Harmonies of #656AB4
Complementary color
Monochromatic Colors of #656AB4
Black with #656AB4
Text Example
Text Example
White with #656AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656AB4; }
p { color: rgb(101,106,180); }
H1.HeaderClassName
{
color: #656AB4;
}
.AnyTagClassName
{
color: #656AB4;
}
</style>
background-color css
<style>
a { background-color: #656AB4; }
a { background-color: rgb(101,106,180); }
div.DivClassName
{
background-color: #656AB4;
}
.BgClassName
{
background-color: #656AB4;
}
</style>
border-color css
<style>
span { border-color: #656AB4; }
span { border-color: rgb(101,106,180); }
td.TdClassName
{
border-color: #656AB4;
}
.TagClassName
{
border-color: #656AB4;
}
</style>