Shades of Chetwode Blue #6F6CAE
Tints of Chetwode Blue #6F6CAE
RGB
CMYK
RGB Variations
Color information
#6F6CAE (or 0x6F6CAE) is known color: Chetwode Blue. HEX triplet: 6F, 6C and AE. RGB value is (111,108,174). Sum of RGB (Red+Green+Blue) = 111+108+174=393 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.24% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #6F6CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6CAE is #909351. Grayscale: #747474. Windows color (decimal): -9474898 or 11431023. OLE color: 11431023.
HSL color Cylindrical-coordinate representation of color #6F6CAE: hue angle of 242.73º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F6CAE is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 108 | 174 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.32 |
| HSL | 242.73º | 0.29% | 0.55% | - |
| HSV(B) | 242.73º | 0.38% | 0.68% | - |
| XYZ | 19.56 | 17.16 | 42.33 | - |
| YUV | 116.42 | 160.49 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 108 | 174 | 0.36 | 0.38 | 0 | 0.32 | 242.73 | 0.29 | 0.55 |
| Hex | 6F | 6C | AE | 24 | 26 | 0 | 20 | F3 | 1D | 37 |
| Octal | 157 | 154 | 256 | 44 | 46 | 0 | 40 | 363 | 35 | 67 |
| Binary | 1101111 | 1101100 | 10101110 | 100100 | 100110 | 0 | 100000 | 11110011 | 11101 | 110111 |
Color Harmonies of #6F6CAE
Complementary color
Monochromatic Colors of #6F6CAE
Black with #6F6CAE
Text Example
Text Example
White with #6F6CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6CAE; }
p { color: rgb(111,108,174); }
H1.HeaderClassName
{
color: #6F6CAE;
}
.AnyTagClassName
{
color: #6F6CAE;
}
</style>
background-color css
<style>
a { background-color: #6F6CAE; }
a { background-color: rgb(111,108,174); }
div.DivClassName
{
background-color: #6F6CAE;
}
.BgClassName
{
background-color: #6F6CAE;
}
</style>
border-color css
<style>
span { border-color: #6F6CAE; }
span { border-color: rgb(111,108,174); }
td.TdClassName
{
border-color: #6F6CAE;
}
.TagClassName
{
border-color: #6F6CAE;
}
</style>