Shades of Chetwode Blue #6C6FAF
Tints of Chetwode Blue #6C6FAF
RGB
CMYK
RGB Variations
Color information
#6C6FAF (or 0x6C6FAF) is known color: Chetwode Blue. HEX triplet: 6C, 6F and AF. RGB value is (108,111,175). Sum of RGB (Red+Green+Blue) = 108+111+175=394 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.41% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #6C6FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6FAF is #939050. Grayscale: #757575. Windows color (decimal): -9670737 or 11497324. OLE color: 11497324.
HSL color Cylindrical-coordinate representation of color #6C6FAF: hue angle of 237.31º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6C6FAF is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 111 | 175 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.31 |
| HSL | 237.31º | 0.3% | 0.55% | - |
| HSV(B) | 237.31º | 0.38% | 0.69% | - |
| XYZ | 19.61 | 17.65 | 42.93 | - |
| YUV | 117.4 | 160.51 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 111 | 175 | 0.38 | 0.37 | 0 | 0.31 | 237.31 | 0.3 | 0.55 |
| Hex | 6C | 6F | AF | 26 | 25 | 0 | 1F | ED | 1E | 37 |
| Octal | 154 | 157 | 257 | 46 | 45 | 0 | 37 | 355 | 36 | 67 |
| Binary | 1101100 | 1101111 | 10101111 | 100110 | 100101 | 0 | 11111 | 11101101 | 11110 | 110111 |
Color Harmonies of #6C6FAF
Complementary color
Monochromatic Colors of #6C6FAF
Black with #6C6FAF
Text Example
Text Example
White with #6C6FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6FAF; }
p { color: rgb(108,111,175); }
H1.HeaderClassName
{
color: #6C6FAF;
}
.AnyTagClassName
{
color: #6C6FAF;
}
</style>
background-color css
<style>
a { background-color: #6C6FAF; }
a { background-color: rgb(108,111,175); }
div.DivClassName
{
background-color: #6C6FAF;
}
.BgClassName
{
background-color: #6C6FAF;
}
</style>
border-color css
<style>
span { border-color: #6C6FAF; }
span { border-color: rgb(108,111,175); }
td.TdClassName
{
border-color: #6C6FAF;
}
.TagClassName
{
border-color: #6C6FAF;
}
</style>