Shades of Chetwode Blue #666CAB
Tints of Chetwode Blue #666CAB
RGB
CMYK
RGB Variations
Color information
#666CAB (or 0x666CAB) is known color: Chetwode Blue. HEX triplet: 66, 6C and AB. RGB value is (102,108,171). Sum of RGB (Red+Green+Blue) = 102+108+171=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #666CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666CAB is #999354. Grayscale: #717171. Windows color (decimal): -10064725 or 11234406. OLE color: 11234406.
HSL color Cylindrical-coordinate representation of color #666CAB: hue angle of 234.78º 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 #666CAB is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 108 | 171 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.33 |
| HSL | 234.78º | 0.29% | 0.54% | - |
| HSV(B) | 234.78º | 0.4% | 0.67% | - |
| XYZ | 18.19 | 16.49 | 40.75 | - |
| YUV | 113.39 | 160.51 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 108 | 171 | 0.40 | 0.37 | 0 | 0.33 | 234.78 | 0.29 | 0.54 |
| Hex | 66 | 6C | AB | 28 | 25 | 0 | 21 | EB | 1D | 36 |
| Octal | 146 | 154 | 253 | 50 | 45 | 0 | 41 | 353 | 35 | 66 |
| Binary | 1100110 | 1101100 | 10101011 | 101000 | 100101 | 0 | 100001 | 11101011 | 11101 | 110110 |
Color Harmonies of #666CAB
Complementary color
Monochromatic Colors of #666CAB
Black with #666CAB
Text Example
Text Example
White with #666CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666CAB; }
p { color: rgb(102,108,171); }
H1.HeaderClassName
{
color: #666CAB;
}
.AnyTagClassName
{
color: #666CAB;
}
</style>
background-color css
<style>
a { background-color: #666CAB; }
a { background-color: rgb(102,108,171); }
div.DivClassName
{
background-color: #666CAB;
}
.BgClassName
{
background-color: #666CAB;
}
</style>
border-color css
<style>
span { border-color: #666CAB; }
span { border-color: rgb(102,108,171); }
td.TdClassName
{
border-color: #666CAB;
}
.TagClassName
{
border-color: #666CAB;
}
</style>