Shades of Chetwode Blue #6F6DAE
Tints of Chetwode Blue #6F6DAE
RGB
CMYK
RGB Variations
Color information
#6F6DAE (or 0x6F6DAE) is known color: Chetwode Blue. HEX triplet: 6F, 6D and AE. RGB value is (111,109,174). Sum of RGB (Red+Green+Blue) = 111+109+174=394 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.17% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #6F6DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6DAE is #909251. Grayscale: #747474. Windows color (decimal): -9474642 or 11431279. OLE color: 11431279.
HSL color Cylindrical-coordinate representation of color #6F6DAE: hue angle of 241.85º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6F6DAE is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 109 | 174 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.32 |
| HSL | 241.85º | 0.29% | 0.55% | - |
| HSV(B) | 241.85º | 0.37% | 0.68% | - |
| XYZ | 19.66 | 17.37 | 42.36 | - |
| YUV | 117.01 | 160.16 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 109 | 174 | 0.36 | 0.37 | 0 | 0.32 | 241.85 | 0.29 | 0.55 |
| Hex | 6F | 6D | AE | 24 | 25 | 0 | 20 | F2 | 1D | 37 |
| Octal | 157 | 155 | 256 | 44 | 45 | 0 | 40 | 362 | 35 | 67 |
| Binary | 1101111 | 1101101 | 10101110 | 100100 | 100101 | 0 | 100000 | 11110010 | 11101 | 110111 |
Color Harmonies of #6F6DAE
Complementary color
Monochromatic Colors of #6F6DAE
Black with #6F6DAE
Text Example
Text Example
White with #6F6DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6DAE; }
p { color: rgb(111,109,174); }
H1.HeaderClassName
{
color: #6F6DAE;
}
.AnyTagClassName
{
color: #6F6DAE;
}
</style>
background-color css
<style>
a { background-color: #6F6DAE; }
a { background-color: rgb(111,109,174); }
div.DivClassName
{
background-color: #6F6DAE;
}
.BgClassName
{
background-color: #6F6DAE;
}
</style>
border-color css
<style>
span { border-color: #6F6DAE; }
span { border-color: rgb(111,109,174); }
td.TdClassName
{
border-color: #6F6DAE;
}
.TagClassName
{
border-color: #6F6DAE;
}
</style>