Shades of Chetwode Blue #6975C5
Tints of Chetwode Blue #6975C5
RGB
CMYK
RGB Variations
Color information
#6975C5 (or 0x6975C5) is known color: Chetwode Blue. HEX triplet: 69, 75 and C5. RGB value is (105,117,197). Sum of RGB (Red+Green+Blue) = 105+117+197=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 197 (77.34% from 255 or 47.02% from 419); Max value from RGB is 197 - color contains mainly: blue. Hex color #6975C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6975C5 is #968A3A. Grayscale: #7A7A7A. Windows color (decimal): -9865787 or 12940649. OLE color: 12940649.
HSL color Cylindrical-coordinate representation of color #6975C5: hue angle of 232.17º 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 #6975C5 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 105 | 117 | 197 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.23 |
| HSL | 232.17º | 0.44% | 0.59% | - |
| HSV(B) | 232.17º | 0.47% | 0.77% | - |
| XYZ | 22.27 | 19.76 | 55.46 | - |
| YUV | 122.53 | 170.02 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 117 | 197 | 0.47 | 0.41 | 0 | 0.23 | 232.17 | 0.44 | 0.59 |
| Hex | 69 | 75 | C5 | 2F | 29 | 0 | 17 | E8 | 2C | 3B |
| Octal | 151 | 165 | 305 | 57 | 51 | 0 | 27 | 350 | 54 | 73 |
| Binary | 1101001 | 1110101 | 11000101 | 101111 | 101001 | 0 | 10111 | 11101000 | 101100 | 111011 |
Color Harmonies of #6975C5
Complementary color
Monochromatic Colors of #6975C5
Black with #6975C5
Text Example
Text Example
White with #6975C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6975C5; }
p { color: rgb(105,117,197); }
H1.HeaderClassName
{
color: #6975C5;
}
.AnyTagClassName
{
color: #6975C5;
}
</style>
background-color css
<style>
a { background-color: #6975C5; }
a { background-color: rgb(105,117,197); }
div.DivClassName
{
background-color: #6975C5;
}
.BgClassName
{
background-color: #6975C5;
}
</style>
border-color css
<style>
span { border-color: #6975C5; }
span { border-color: rgb(105,117,197); }
td.TdClassName
{
border-color: #6975C5;
}
.TagClassName
{
border-color: #6975C5;
}
</style>