Shades of Chetwode Blue #696DCB
Tints of Chetwode Blue #696DCB
RGB
CMYK
RGB Variations
Color information
#696DCB (or 0x696DCB) is known color: Chetwode Blue. HEX triplet: 69, 6D and CB. RGB value is (105,109,203). Sum of RGB (Red+Green+Blue) = 105+109+203=417 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.18% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #696DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696DCB is #969234. Grayscale: #767676. Windows color (decimal): -9867829 or 13331817. OLE color: 13331817.
HSL color Cylindrical-coordinate representation of color #696DCB: hue angle of 237.55º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #696DCB is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 109 | 203 | - |
| CMYK | 0.48 | 0.46 | 0 | 0.20 |
| HSL | 237.55º | 0.49% | 0.6% | - |
| HSV(B) | 237.55º | 0.48% | 0.8% | - |
| XYZ | 22.07 | 18.25 | 58.86 | - |
| YUV | 118.52 | 175.67 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 203 | 0.48 | 0.46 | 0 | 0.20 | 237.55 | 0.49 | 0.6 |
| Hex | 69 | 6D | CB | 30 | 2E | 0 | 14 | EE | 31 | 3C |
| Octal | 151 | 155 | 313 | 60 | 56 | 0 | 24 | 356 | 61 | 74 |
| Binary | 1101001 | 1101101 | 11001011 | 110000 | 101110 | 0 | 10100 | 11101110 | 110001 | 111100 |
Color Harmonies of #696DCB
Complementary color
Monochromatic Colors of #696DCB
Black with #696DCB
Text Example
Text Example
White with #696DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696DCB; }
p { color: rgb(105,109,203); }
H1.HeaderClassName
{
color: #696DCB;
}
.AnyTagClassName
{
color: #696DCB;
}
</style>
background-color css
<style>
a { background-color: #696DCB; }
a { background-color: rgb(105,109,203); }
div.DivClassName
{
background-color: #696DCB;
}
.BgClassName
{
background-color: #696DCB;
}
</style>
border-color css
<style>
span { border-color: #696DCB; }
span { border-color: rgb(105,109,203); }
td.TdClassName
{
border-color: #696DCB;
}
.TagClassName
{
border-color: #696DCB;
}
</style>