Shades of Chetwode Blue #6975AC
Tints of Chetwode Blue #6975AC
RGB
CMYK
RGB Variations
Color information
#6975AC (or 0x6975AC) is known color: Chetwode Blue. HEX triplet: 69, 75 and AC. RGB value is (105,117,172). Sum of RGB (Red+Green+Blue) = 105+117+172=394 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.65% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #6975AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6975AC is #968A53. Grayscale: #777777. Windows color (decimal): -9865812 or 11302249. OLE color: 11302249.
HSL color Cylindrical-coordinate representation of color #6975AC: hue angle of 229.25º degrees, saturation: 0.29, 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 #6975AC is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 117 | 172 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.33 |
| HSL | 229.25º | 0.29% | 0.54% | - |
| HSV(B) | 229.25º | 0.39% | 0.67% | - |
| XYZ | 19.63 | 18.7 | 41.61 | - |
| YUV | 119.68 | 157.52 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 117 | 172 | 0.39 | 0.32 | 0 | 0.33 | 229.25 | 0.29 | 0.54 |
| Hex | 69 | 75 | AC | 27 | 20 | 0 | 21 | E5 | 1D | 36 |
| Octal | 151 | 165 | 254 | 47 | 40 | 0 | 41 | 345 | 35 | 66 |
| Binary | 1101001 | 1110101 | 10101100 | 100111 | 100000 | 0 | 100001 | 11100101 | 11101 | 110110 |
Color Harmonies of #6975AC
Complementary color
Monochromatic Colors of #6975AC
Black with #6975AC
Text Example
Text Example
White with #6975AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6975AC; }
p { color: rgb(105,117,172); }
H1.HeaderClassName
{
color: #6975AC;
}
.AnyTagClassName
{
color: #6975AC;
}
</style>
background-color css
<style>
a { background-color: #6975AC; }
a { background-color: rgb(105,117,172); }
div.DivClassName
{
background-color: #6975AC;
}
.BgClassName
{
background-color: #6975AC;
}
</style>
border-color css
<style>
span { border-color: #6975AC; }
span { border-color: rgb(105,117,172); }
td.TdClassName
{
border-color: #6975AC;
}
.TagClassName
{
border-color: #6975AC;
}
</style>