Shades of Chetwode Blue #656FB3
Tints of Chetwode Blue #656FB3
RGB
CMYK
RGB Variations
Color information
#656FB3 (or 0x656FB3) is known color: Chetwode Blue. HEX triplet: 65, 6F and B3. RGB value is (101,111,179). Sum of RGB (Red+Green+Blue) = 101+111+179=391 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.83% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 179 (70.31% from 255 or 45.78% from 391); Max value from RGB is 179 - color contains mainly: blue. Hex color #656FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656FB3 is #9A904C. Grayscale: #737373. Windows color (decimal): -10129485 or 11759461. OLE color: 11759461.
HSL color Cylindrical-coordinate representation of color #656FB3: hue angle of 232.31º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #656FB3 is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 101 | 111 | 179 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.30 |
| HSL | 232.31º | 0.34% | 0.55% | - |
| HSV(B) | 232.31º | 0.44% | 0.7% | - |
| XYZ | 19.19 | 17.39 | 44.99 | - |
| YUV | 115.76 | 163.69 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 111 | 179 | 0.44 | 0.38 | 0 | 0.30 | 232.31 | 0.34 | 0.55 |
| Hex | 65 | 6F | B3 | 2C | 26 | 0 | 1E | E8 | 22 | 37 |
| Octal | 145 | 157 | 263 | 54 | 46 | 0 | 36 | 350 | 42 | 67 |
| Binary | 1100101 | 1101111 | 10110011 | 101100 | 100110 | 0 | 11110 | 11101000 | 100010 | 110111 |
Color Harmonies of #656FB3
Complementary color
Monochromatic Colors of #656FB3
Black with #656FB3
Text Example
Text Example
White with #656FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656FB3; }
p { color: rgb(101,111,179); }
H1.HeaderClassName
{
color: #656FB3;
}
.AnyTagClassName
{
color: #656FB3;
}
</style>
background-color css
<style>
a { background-color: #656FB3; }
a { background-color: rgb(101,111,179); }
div.DivClassName
{
background-color: #656FB3;
}
.BgClassName
{
background-color: #656FB3;
}
</style>
border-color css
<style>
span { border-color: #656FB3; }
span { border-color: rgb(101,111,179); }
td.TdClassName
{
border-color: #656FB3;
}
.TagClassName
{
border-color: #656FB3;
}
</style>