Shades of Chetwode Blue #656FC8
Tints of Chetwode Blue #656FC8
RGB
CMYK
RGB Variations
Color information
#656FC8 (or 0x656FC8) is known color: Chetwode Blue. HEX triplet: 65, 6F and C8. RGB value is (101,111,200). Sum of RGB (Red+Green+Blue) = 101+111+200=412 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.51% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 200 (78.52% from 255 or 48.54% from 412); Max value from RGB is 200 - color contains mainly: blue. Hex color #656FC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656FC8 is #9A9037. Grayscale: #757575. Windows color (decimal): -10129464 or 13135717. OLE color: 13135717.
HSL color Cylindrical-coordinate representation of color #656FC8: hue angle of 233.94º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #656FC8 is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 111 | 200 | - |
| CMYK | 0.49 | 0.44 | 0 | 0.22 |
| HSL | 233.94º | 0.47% | 0.59% | - |
| HSV(B) | 233.94º | 0.5% | 0.78% | - |
| XYZ | 21.48 | 18.31 | 57.05 | - |
| YUV | 118.16 | 174.19 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 111 | 200 | 0.49 | 0.44 | 0 | 0.22 | 233.94 | 0.47 | 0.59 |
| Hex | 65 | 6F | C8 | 31 | 2C | 0 | 16 | EA | 2F | 3B |
| Octal | 145 | 157 | 310 | 61 | 54 | 0 | 26 | 352 | 57 | 73 |
| Binary | 1100101 | 1101111 | 11001000 | 110001 | 101100 | 0 | 10110 | 11101010 | 101111 | 111011 |
Color Harmonies of #656FC8
Complementary color
Monochromatic Colors of #656FC8
Black with #656FC8
Text Example
Text Example
White with #656FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656FC8; }
p { color: rgb(101,111,200); }
H1.HeaderClassName
{
color: #656FC8;
}
.AnyTagClassName
{
color: #656FC8;
}
</style>
background-color css
<style>
a { background-color: #656FC8; }
a { background-color: rgb(101,111,200); }
div.DivClassName
{
background-color: #656FC8;
}
.BgClassName
{
background-color: #656FC8;
}
</style>
border-color css
<style>
span { border-color: #656FC8; }
span { border-color: rgb(101,111,200); }
td.TdClassName
{
border-color: #656FC8;
}
.TagClassName
{
border-color: #656FC8;
}
</style>