Shades of Chetwode Blue #696FC1
Tints of Chetwode Blue #696FC1
RGB
CMYK
RGB Variations
Color information
#696FC1 (or 0x696FC1) is known color: Chetwode Blue. HEX triplet: 69, 6F and C1. RGB value is (105,111,193). Sum of RGB (Red+Green+Blue) = 105+111+193=409 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.67% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 193 (75.78% from 255 or 47.19% from 409); Max value from RGB is 193 - color contains mainly: blue. Hex color #696FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696FC1 is #96903E. Grayscale: #767676. Windows color (decimal): -9867327 or 12676969. OLE color: 12676969.
HSL color Cylindrical-coordinate representation of color #696FC1: hue angle of 235.91º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #696FC1 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 111 | 193 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.24 |
| HSL | 235.91º | 0.42% | 0.58% | - |
| HSV(B) | 235.91º | 0.46% | 0.76% | - |
| XYZ | 21.14 | 18.22 | 52.86 | - |
| YUV | 118.55 | 170.01 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 111 | 193 | 0.46 | 0.42 | 0 | 0.24 | 235.91 | 0.42 | 0.58 |
| Hex | 69 | 6F | C1 | 2E | 2A | 0 | 18 | EC | 2A | 3A |
| Octal | 151 | 157 | 301 | 56 | 52 | 0 | 30 | 354 | 52 | 72 |
| Binary | 1101001 | 1101111 | 11000001 | 101110 | 101010 | 0 | 11000 | 11101100 | 101010 | 111010 |
Color Harmonies of #696FC1
Complementary color
Monochromatic Colors of #696FC1
Black with #696FC1
Text Example
Text Example
White with #696FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696FC1; }
p { color: rgb(105,111,193); }
H1.HeaderClassName
{
color: #696FC1;
}
.AnyTagClassName
{
color: #696FC1;
}
</style>
background-color css
<style>
a { background-color: #696FC1; }
a { background-color: rgb(105,111,193); }
div.DivClassName
{
background-color: #696FC1;
}
.BgClassName
{
background-color: #696FC1;
}
</style>
border-color css
<style>
span { border-color: #696FC1; }
span { border-color: rgb(105,111,193); }
td.TdClassName
{
border-color: #696FC1;
}
.TagClassName
{
border-color: #696FC1;
}
</style>