Shades of Chetwode Blue #666DAB
Tints of Chetwode Blue #666DAB
RGB
CMYK
RGB Variations
Color information
#666DAB (or 0x666DAB) is known color: Chetwode Blue. HEX triplet: 66, 6D and AB. RGB value is (102,109,171). Sum of RGB (Red+Green+Blue) = 102+109+171=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #666DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666DAB is #999254. Grayscale: #717171. Windows color (decimal): -10064469 or 11234662. OLE color: 11234662.
HSL color Cylindrical-coordinate representation of color #666DAB: hue angle of 233.91º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #666DAB is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 109 | 171 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.33 |
| HSL | 233.91º | 0.29% | 0.54% | - |
| HSV(B) | 233.91º | 0.4% | 0.67% | - |
| XYZ | 18.3 | 16.7 | 40.79 | - |
| YUV | 113.98 | 160.18 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 171 | 0.40 | 0.36 | 0 | 0.33 | 233.91 | 0.29 | 0.54 |
| Hex | 66 | 6D | AB | 28 | 24 | 0 | 21 | EA | 1D | 36 |
| Octal | 146 | 155 | 253 | 50 | 44 | 0 | 41 | 352 | 35 | 66 |
| Binary | 1100110 | 1101101 | 10101011 | 101000 | 100100 | 0 | 100001 | 11101010 | 11101 | 110110 |
Color Harmonies of #666DAB
Complementary color
Monochromatic Colors of #666DAB
Black with #666DAB
Text Example
Text Example
White with #666DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666DAB; }
p { color: rgb(102,109,171); }
H1.HeaderClassName
{
color: #666DAB;
}
.AnyTagClassName
{
color: #666DAB;
}
</style>
background-color css
<style>
a { background-color: #666DAB; }
a { background-color: rgb(102,109,171); }
div.DivClassName
{
background-color: #666DAB;
}
.BgClassName
{
background-color: #666DAB;
}
</style>
border-color css
<style>
span { border-color: #666DAB; }
span { border-color: rgb(102,109,171); }
td.TdClassName
{
border-color: #666DAB;
}
.TagClassName
{
border-color: #666DAB;
}
</style>