Shades of Chetwode Blue #6975A3
Tints of Chetwode Blue #6975A3
RGB
CMYK
RGB Variations
Color information
#6975A3 (or 0x6975A3) is known color: Chetwode Blue. HEX triplet: 69, 75 and A3. RGB value is (105,117,163). Sum of RGB (Red+Green+Blue) = 105+117+163=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 163 (64.06% from 255 or 42.34% from 385); Max value from RGB is 163 - color contains mainly: blue. Hex color #6975A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6975A3 is #968A5C. Grayscale: #767676. Windows color (decimal): -9865821 or 10712425. OLE color: 10712425.
HSL color Cylindrical-coordinate representation of color #6975A3: hue angle of 227.59º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6975A3 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 105 | 117 | 163 | - |
| CMYK | 0.36 | 0.28 | 0 | 0.36 |
| HSL | 227.59º | 0.24% | 0.53% | - |
| HSV(B) | 227.59º | 0.36% | 0.64% | - |
| XYZ | 18.8 | 18.37 | 37.21 | - |
| YUV | 118.66 | 153.02 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 117 | 163 | 0.36 | 0.28 | 0 | 0.36 | 227.59 | 0.24 | 0.53 |
| Hex | 69 | 75 | A3 | 24 | 1C | 0 | 24 | E4 | 18 | 35 |
| Octal | 151 | 165 | 243 | 44 | 34 | 0 | 44 | 344 | 30 | 65 |
| Binary | 1101001 | 1110101 | 10100011 | 100100 | 11100 | 0 | 100100 | 11100100 | 11000 | 110101 |
Color Harmonies of #6975A3
Complementary color
Monochromatic Colors of #6975A3
Black with #6975A3
Text Example
Text Example
White with #6975A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6975A3; }
p { color: rgb(105,117,163); }
H1.HeaderClassName
{
color: #6975A3;
}
.AnyTagClassName
{
color: #6975A3;
}
</style>
background-color css
<style>
a { background-color: #6975A3; }
a { background-color: rgb(105,117,163); }
div.DivClassName
{
background-color: #6975A3;
}
.BgClassName
{
background-color: #6975A3;
}
</style>
border-color css
<style>
span { border-color: #6975A3; }
span { border-color: rgb(105,117,163); }
td.TdClassName
{
border-color: #6975A3;
}
.TagClassName
{
border-color: #6975A3;
}
</style>