Shades of Chetwode Blue #696FC9
Tints of Chetwode Blue #696FC9
RGB
CMYK
RGB Variations
Color information
#696FC9 (or 0x696FC9) is known color: Chetwode Blue. HEX triplet: 69, 6F and C9. RGB value is (105,111,201). Sum of RGB (Red+Green+Blue) = 105+111+201=417 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.18% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 201 (78.91% from 255 or 48.20% from 417); Max value from RGB is 201 - color contains mainly: blue. Hex color #696FC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696FC9 is #969036. Grayscale: #777777. Windows color (decimal): -9867319 or 13201257. OLE color: 13201257.
HSL color Cylindrical-coordinate representation of color #696FC9: hue angle of 236.25º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #696FC9 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 105 | 111 | 201 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.21 |
| HSL | 236.25º | 0.47% | 0.6% | - |
| HSV(B) | 236.25º | 0.48% | 0.79% | - |
| XYZ | 22.05 | 18.59 | 57.68 | - |
| YUV | 119.47 | 174.01 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 111 | 201 | 0.48 | 0.45 | 0 | 0.21 | 236.25 | 0.47 | 0.6 |
| Hex | 69 | 6F | C9 | 30 | 2D | 0 | 15 | EC | 2F | 3C |
| Octal | 151 | 157 | 311 | 60 | 55 | 0 | 25 | 354 | 57 | 74 |
| Binary | 1101001 | 1101111 | 11001001 | 110000 | 101101 | 0 | 10101 | 11101100 | 101111 | 111100 |
Color Harmonies of #696FC9
Complementary color
Monochromatic Colors of #696FC9
Black with #696FC9
Text Example
Text Example
White with #696FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696FC9; }
p { color: rgb(105,111,201); }
H1.HeaderClassName
{
color: #696FC9;
}
.AnyTagClassName
{
color: #696FC9;
}
</style>
background-color css
<style>
a { background-color: #696FC9; }
a { background-color: rgb(105,111,201); }
div.DivClassName
{
background-color: #696FC9;
}
.BgClassName
{
background-color: #696FC9;
}
</style>
border-color css
<style>
span { border-color: #696FC9; }
span { border-color: rgb(105,111,201); }
td.TdClassName
{
border-color: #696FC9;
}
.TagClassName
{
border-color: #696FC9;
}
</style>