Shades of Chetwode Blue #656BAF
Tints of Chetwode Blue #656BAF
RGB
CMYK
RGB Variations
Color information
#656BAF (or 0x656BAF) is known color: Chetwode Blue. HEX triplet: 65, 6B and AF. RGB value is (101,107,175). Sum of RGB (Red+Green+Blue) = 101+107+175=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #656BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656BAF is #9A9450. Grayscale: #707070. Windows color (decimal): -10130513 or 11496293. OLE color: 11496293.
HSL color Cylindrical-coordinate representation of color #656BAF: hue angle of 235.14º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #656BAF is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 107 | 175 | - |
| CMYK | 0.42 | 0.39 | 0 | 0.31 |
| HSL | 235.14º | 0.32% | 0.54% | - |
| HSV(B) | 235.14º | 0.42% | 0.69% | - |
| XYZ | 18.36 | 16.38 | 42.75 | - |
| YUV | 112.96 | 163.01 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 107 | 175 | 0.42 | 0.39 | 0 | 0.31 | 235.14 | 0.32 | 0.54 |
| Hex | 65 | 6B | AF | 2A | 27 | 0 | 1F | EB | 20 | 36 |
| Octal | 145 | 153 | 257 | 52 | 47 | 0 | 37 | 353 | 40 | 66 |
| Binary | 1100101 | 1101011 | 10101111 | 101010 | 100111 | 0 | 11111 | 11101011 | 100000 | 110110 |
Color Harmonies of #656BAF
Complementary color
Monochromatic Colors of #656BAF
Black with #656BAF
Text Example
Text Example
White with #656BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656BAF; }
p { color: rgb(101,107,175); }
H1.HeaderClassName
{
color: #656BAF;
}
.AnyTagClassName
{
color: #656BAF;
}
</style>
background-color css
<style>
a { background-color: #656BAF; }
a { background-color: rgb(101,107,175); }
div.DivClassName
{
background-color: #656BAF;
}
.BgClassName
{
background-color: #656BAF;
}
</style>
border-color css
<style>
span { border-color: #656BAF; }
span { border-color: rgb(101,107,175); }
td.TdClassName
{
border-color: #656BAF;
}
.TagClassName
{
border-color: #656BAF;
}
</style>