Shades of Chetwode Blue #656FA4
Tints of Chetwode Blue #656FA4
RGB
CMYK
RGB Variations
Color information
#656FA4 (or 0x656FA4) is known color: Chetwode Blue. HEX triplet: 65, 6F and A4. RGB value is (101,111,164). Sum of RGB (Red+Green+Blue) = 101+111+164=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 164 (64.45% from 255 or 43.62% from 376); Max value from RGB is 164 - color contains mainly: blue. Hex color #656FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656FA4 is #9A905B. Grayscale: #717171. Windows color (decimal): -10129500 or 10776421. OLE color: 10776421.
HSL color Cylindrical-coordinate representation of color #656FA4: hue angle of 230.48º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #656FA4 is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 111 | 164 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.36 |
| HSL | 230.48º | 0.26% | 0.52% | - |
| HSV(B) | 230.48º | 0.38% | 0.64% | - |
| XYZ | 17.75 | 16.82 | 37.43 | - |
| YUV | 114.05 | 156.19 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 111 | 164 | 0.38 | 0.32 | 0 | 0.36 | 230.48 | 0.26 | 0.52 |
| Hex | 65 | 6F | A4 | 26 | 20 | 0 | 24 | E6 | 1A | 34 |
| Octal | 145 | 157 | 244 | 46 | 40 | 0 | 44 | 346 | 32 | 64 |
| Binary | 1100101 | 1101111 | 10100100 | 100110 | 100000 | 0 | 100100 | 11100110 | 11010 | 110100 |
Color Harmonies of #656FA4
Complementary color
Monochromatic Colors of #656FA4
Black with #656FA4
Text Example
Text Example
White with #656FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656FA4; }
p { color: rgb(101,111,164); }
H1.HeaderClassName
{
color: #656FA4;
}
.AnyTagClassName
{
color: #656FA4;
}
</style>
background-color css
<style>
a { background-color: #656FA4; }
a { background-color: rgb(101,111,164); }
div.DivClassName
{
background-color: #656FA4;
}
.BgClassName
{
background-color: #656FA4;
}
</style>
border-color css
<style>
span { border-color: #656FA4; }
span { border-color: rgb(101,111,164); }
td.TdClassName
{
border-color: #656FA4;
}
.TagClassName
{
border-color: #656FA4;
}
</style>