Shades of Chetwode Blue #666AAC
Tints of Chetwode Blue #666AAC
RGB
CMYK
RGB Variations
Color information
#666AAC (or 0x666AAC) is known color: Chetwode Blue. HEX triplet: 66, 6A and AC. RGB value is (102,106,172). Sum of RGB (Red+Green+Blue) = 102+106+172=380 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.84% from 380); Green value is 106 (41.80% from 255 or 27.89% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #666AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666AAC is #999553. Grayscale: #707070. Windows color (decimal): -10065236 or 11299430. OLE color: 11299430.
HSL color Cylindrical-coordinate representation of color #666AAC: hue angle of 236.57º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #666AAC is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 106 | 172 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.33 |
| HSL | 236.57º | 0.3% | 0.54% | - |
| HSV(B) | 236.57º | 0.41% | 0.67% | - |
| XYZ | 18.08 | 16.11 | 41.19 | - |
| YUV | 112.33 | 161.67 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 106 | 172 | 0.41 | 0.38 | 0 | 0.33 | 236.57 | 0.3 | 0.54 |
| Hex | 66 | 6A | AC | 29 | 26 | 0 | 21 | ED | 1E | 36 |
| Octal | 146 | 152 | 254 | 51 | 46 | 0 | 41 | 355 | 36 | 66 |
| Binary | 1100110 | 1101010 | 10101100 | 101001 | 100110 | 0 | 100001 | 11101101 | 11110 | 110110 |
Color Harmonies of #666AAC
Complementary color
Monochromatic Colors of #666AAC
Black with #666AAC
Text Example
Text Example
White with #666AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666AAC; }
p { color: rgb(102,106,172); }
H1.HeaderClassName
{
color: #666AAC;
}
.AnyTagClassName
{
color: #666AAC;
}
</style>
background-color css
<style>
a { background-color: #666AAC; }
a { background-color: rgb(102,106,172); }
div.DivClassName
{
background-color: #666AAC;
}
.BgClassName
{
background-color: #666AAC;
}
</style>
border-color css
<style>
span { border-color: #666AAC; }
span { border-color: rgb(102,106,172); }
td.TdClassName
{
border-color: #666AAC;
}
.TagClassName
{
border-color: #666AAC;
}
</style>