Shades of Chetwode Blue #656CCA
Tints of Chetwode Blue #656CCA
RGB
CMYK
RGB Variations
Color information
#656CCA (or 0x656CCA) is known color: Chetwode Blue. HEX triplet: 65, 6C and CA. RGB value is (101,108,202). Sum of RGB (Red+Green+Blue) = 101+108+202=411 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.57% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #656CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656CCA is #9A9335. Grayscale: #747474. Windows color (decimal): -10130230 or 13266021. OLE color: 13266021.
HSL color Cylindrical-coordinate representation of color #656CCA: hue angle of 235.84º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #656CCA is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 108 | 202 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.21 |
| HSL | 235.84º | 0.49% | 0.59% | - |
| HSV(B) | 235.84º | 0.5% | 0.79% | - |
| XYZ | 21.39 | 17.76 | 58.18 | - |
| YUV | 116.62 | 176.18 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 108 | 202 | 0.50 | 0.47 | 0 | 0.21 | 235.84 | 0.49 | 0.59 |
| Hex | 65 | 6C | CA | 32 | 2F | 0 | 15 | EC | 31 | 3B |
| Octal | 145 | 154 | 312 | 62 | 57 | 0 | 25 | 354 | 61 | 73 |
| Binary | 1100101 | 1101100 | 11001010 | 110010 | 101111 | 0 | 10101 | 11101100 | 110001 | 111011 |
Color Harmonies of #656CCA
Complementary color
Monochromatic Colors of #656CCA
Black with #656CCA
Text Example
Text Example
White with #656CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656CCA; }
p { color: rgb(101,108,202); }
H1.HeaderClassName
{
color: #656CCA;
}
.AnyTagClassName
{
color: #656CCA;
}
</style>
background-color css
<style>
a { background-color: #656CCA; }
a { background-color: rgb(101,108,202); }
div.DivClassName
{
background-color: #656CCA;
}
.BgClassName
{
background-color: #656CCA;
}
</style>
border-color css
<style>
span { border-color: #656CCA; }
span { border-color: rgb(101,108,202); }
td.TdClassName
{
border-color: #656CCA;
}
.TagClassName
{
border-color: #656CCA;
}
</style>