Shades of Chetwode Blue #666DAC
Tints of Chetwode Blue #666DAC
RGB
CMYK
RGB Variations
Color information
#666DAC (or 0x666DAC) is known color: Chetwode Blue. HEX triplet: 66, 6D and AC. RGB value is (102,109,172). Sum of RGB (Red+Green+Blue) = 102+109+172=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #666DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666DAC is #999253. Grayscale: #717171. Windows color (decimal): -10064468 or 11300198. OLE color: 11300198.
HSL color Cylindrical-coordinate representation of color #666DAC: hue angle of 234º 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 #666DAC is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 109 | 172 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.33 |
| HSL | 234º | 0.3% | 0.54% | - |
| HSV(B) | 234º | 0.41% | 0.67% | - |
| XYZ | 18.39 | 16.74 | 41.29 | - |
| YUV | 114.09 | 160.68 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 172 | 0.41 | 0.37 | 0 | 0.33 | 234 | 0.3 | 0.54 |
| Hex | 66 | 6D | AC | 29 | 25 | 0 | 21 | EA | 1E | 36 |
| Octal | 146 | 155 | 254 | 51 | 45 | 0 | 41 | 352 | 36 | 66 |
| Binary | 1100110 | 1101101 | 10101100 | 101001 | 100101 | 0 | 100001 | 11101010 | 11110 | 110110 |
Color Harmonies of #666DAC
Complementary color
Monochromatic Colors of #666DAC
Black with #666DAC
Text Example
Text Example
White with #666DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666DAC; }
p { color: rgb(102,109,172); }
H1.HeaderClassName
{
color: #666DAC;
}
.AnyTagClassName
{
color: #666DAC;
}
</style>
background-color css
<style>
a { background-color: #666DAC; }
a { background-color: rgb(102,109,172); }
div.DivClassName
{
background-color: #666DAC;
}
.BgClassName
{
background-color: #666DAC;
}
</style>
border-color css
<style>
span { border-color: #666DAC; }
span { border-color: rgb(102,109,172); }
td.TdClassName
{
border-color: #666DAC;
}
.TagClassName
{
border-color: #666DAC;
}
</style>