Shades of Chetwode Blue #656BBA
Tints of Chetwode Blue #656BBA
RGB
CMYK
RGB Variations
Color information
#656BBA (or 0x656BBA) is known color: Chetwode Blue. HEX triplet: 65, 6B and BA. RGB value is (101,107,186). Sum of RGB (Red+Green+Blue) = 101+107+186=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #656BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656BBA is #9A9445. Grayscale: #717171. Windows color (decimal): -10130502 or 12217189. OLE color: 12217189.
HSL color Cylindrical-coordinate representation of color #656BBA: hue angle of 235.76º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #656BBA is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 107 | 186 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.27 |
| HSL | 235.76º | 0.38% | 0.56% | - |
| HSV(B) | 235.76º | 0.46% | 0.73% | - |
| XYZ | 19.49 | 16.83 | 48.68 | - |
| YUV | 114.21 | 168.51 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 107 | 186 | 0.46 | 0.42 | 0 | 0.27 | 235.76 | 0.38 | 0.56 |
| Hex | 65 | 6B | BA | 2E | 2A | 0 | 1B | EC | 26 | 38 |
| Octal | 145 | 153 | 272 | 56 | 52 | 0 | 33 | 354 | 46 | 70 |
| Binary | 1100101 | 1101011 | 10111010 | 101110 | 101010 | 0 | 11011 | 11101100 | 100110 | 111000 |
Color Harmonies of #656BBA
Complementary color
Monochromatic Colors of #656BBA
Black with #656BBA
Text Example
Text Example
White with #656BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656BBA; }
p { color: rgb(101,107,186); }
H1.HeaderClassName
{
color: #656BBA;
}
.AnyTagClassName
{
color: #656BBA;
}
</style>
background-color css
<style>
a { background-color: #656BBA; }
a { background-color: rgb(101,107,186); }
div.DivClassName
{
background-color: #656BBA;
}
.BgClassName
{
background-color: #656BBA;
}
</style>
border-color css
<style>
span { border-color: #656BBA; }
span { border-color: rgb(101,107,186); }
td.TdClassName
{
border-color: #656BBA;
}
.TagClassName
{
border-color: #656BBA;
}
</style>