Shades of Chetwode Blue #666AAE
Tints of Chetwode Blue #666AAE
RGB
CMYK
RGB Variations
Color information
#666AAE (or 0x666AAE) is known color: Chetwode Blue. HEX triplet: 66, 6A and AE. RGB value is (102,106,174). Sum of RGB (Red+Green+Blue) = 102+106+174=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 174 - color contains mainly: blue. Hex color #666AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666AAE is #999551. Grayscale: #707070. Windows color (decimal): -10065234 or 11430502. OLE color: 11430502.
HSL color Cylindrical-coordinate representation of color #666AAE: hue angle of 236.67º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #666AAE is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 106 | 174 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.32 |
| HSL | 236.67º | 0.31% | 0.54% | - |
| HSV(B) | 236.67º | 0.41% | 0.68% | - |
| XYZ | 18.27 | 16.19 | 42.21 | - |
| YUV | 112.56 | 162.67 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 106 | 174 | 0.41 | 0.39 | 0 | 0.32 | 236.67 | 0.31 | 0.54 |
| Hex | 66 | 6A | AE | 29 | 27 | 0 | 20 | ED | 1F | 36 |
| Octal | 146 | 152 | 256 | 51 | 47 | 0 | 40 | 355 | 37 | 66 |
| Binary | 1100110 | 1101010 | 10101110 | 101001 | 100111 | 0 | 100000 | 11101101 | 11111 | 110110 |
Color Harmonies of #666AAE
Complementary color
Monochromatic Colors of #666AAE
Black with #666AAE
Text Example
Text Example
White with #666AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666AAE; }
p { color: rgb(102,106,174); }
H1.HeaderClassName
{
color: #666AAE;
}
.AnyTagClassName
{
color: #666AAE;
}
</style>
background-color css
<style>
a { background-color: #666AAE; }
a { background-color: rgb(102,106,174); }
div.DivClassName
{
background-color: #666AAE;
}
.BgClassName
{
background-color: #666AAE;
}
</style>
border-color css
<style>
span { border-color: #666AAE; }
span { border-color: rgb(102,106,174); }
td.TdClassName
{
border-color: #666AAE;
}
.TagClassName
{
border-color: #666AAE;
}
</style>