Shades of Chetwode Blue #696CC5
Tints of Chetwode Blue #696CC5
RGB
CMYK
RGB Variations
Color information
#696CC5 (or 0x696CC5) is known color: Chetwode Blue. HEX triplet: 69, 6C and C5. RGB value is (105,108,197). Sum of RGB (Red+Green+Blue) = 105+108+197=410 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.61% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 197 (77.34% from 255 or 48.05% from 410); Max value from RGB is 197 - color contains mainly: blue. Hex color #696CC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696CC5 is #96933A. Grayscale: #747474. Windows color (decimal): -9868091 or 12938345. OLE color: 12938345.
HSL color Cylindrical-coordinate representation of color #696CC5: hue angle of 238.04º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #696CC5 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 105 | 108 | 197 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.23 |
| HSL | 238.04º | 0.44% | 0.59% | - |
| HSV(B) | 238.04º | 0.47% | 0.77% | - |
| XYZ | 21.27 | 17.76 | 55.13 | - |
| YUV | 117.25 | 173.01 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 108 | 197 | 0.47 | 0.45 | 0 | 0.23 | 238.04 | 0.44 | 0.59 |
| Hex | 69 | 6C | C5 | 2F | 2D | 0 | 17 | EE | 2C | 3B |
| Octal | 151 | 154 | 305 | 57 | 55 | 0 | 27 | 356 | 54 | 73 |
| Binary | 1101001 | 1101100 | 11000101 | 101111 | 101101 | 0 | 10111 | 11101110 | 101100 | 111011 |
Color Harmonies of #696CC5
Complementary color
Monochromatic Colors of #696CC5
Black with #696CC5
Text Example
Text Example
White with #696CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696CC5; }
p { color: rgb(105,108,197); }
H1.HeaderClassName
{
color: #696CC5;
}
.AnyTagClassName
{
color: #696CC5;
}
</style>
background-color css
<style>
a { background-color: #696CC5; }
a { background-color: rgb(105,108,197); }
div.DivClassName
{
background-color: #696CC5;
}
.BgClassName
{
background-color: #696CC5;
}
</style>
border-color css
<style>
span { border-color: #696CC5; }
span { border-color: rgb(105,108,197); }
td.TdClassName
{
border-color: #696CC5;
}
.TagClassName
{
border-color: #696CC5;
}
</style>