Shades of Chetwode Blue #6975AB
Tints of Chetwode Blue #6975AB
RGB
CMYK
RGB Variations
Color information
#6975AB (or 0x6975AB) is known color: Chetwode Blue. HEX triplet: 69, 75 and AB. RGB value is (105,117,171). Sum of RGB (Red+Green+Blue) = 105+117+171=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #6975AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6975AB is #968A54. Grayscale: #777777. Windows color (decimal): -9865813 or 11236713. OLE color: 11236713.
HSL color Cylindrical-coordinate representation of color #6975AB: hue angle of 229.09º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6975AB is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 117 | 171 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.33 |
| HSL | 229.09º | 0.28% | 0.54% | - |
| HSV(B) | 229.09º | 0.39% | 0.67% | - |
| XYZ | 19.54 | 18.67 | 41.1 | - |
| YUV | 119.57 | 157.02 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 117 | 171 | 0.39 | 0.32 | 0 | 0.33 | 229.09 | 0.28 | 0.54 |
| Hex | 69 | 75 | AB | 27 | 20 | 0 | 21 | E5 | 1C | 36 |
| Octal | 151 | 165 | 253 | 47 | 40 | 0 | 41 | 345 | 34 | 66 |
| Binary | 1101001 | 1110101 | 10101011 | 100111 | 100000 | 0 | 100001 | 11100101 | 11100 | 110110 |
Color Harmonies of #6975AB
Complementary color
Monochromatic Colors of #6975AB
Black with #6975AB
Text Example
Text Example
White with #6975AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6975AB; }
p { color: rgb(105,117,171); }
H1.HeaderClassName
{
color: #6975AB;
}
.AnyTagClassName
{
color: #6975AB;
}
</style>
background-color css
<style>
a { background-color: #6975AB; }
a { background-color: rgb(105,117,171); }
div.DivClassName
{
background-color: #6975AB;
}
.BgClassName
{
background-color: #6975AB;
}
</style>
border-color css
<style>
span { border-color: #6975AB; }
span { border-color: rgb(105,117,171); }
td.TdClassName
{
border-color: #6975AB;
}
.TagClassName
{
border-color: #6975AB;
}
</style>