Shades of Chetwode Blue #666BAB
Tints of Chetwode Blue #666BAB
RGB
CMYK
RGB Variations
Color information
#666BAB (or 0x666BAB) is known color: Chetwode Blue. HEX triplet: 66, 6B and AB. RGB value is (102,107,171). Sum of RGB (Red+Green+Blue) = 102+107+171=380 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.84% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #666BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666BAB is #999454. Grayscale: #707070. Windows color (decimal): -10064981 or 11234150. OLE color: 11234150.
HSL color Cylindrical-coordinate representation of color #666BAB: hue angle of 235.65º 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 #666BAB is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 107 | 171 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.33 |
| HSL | 235.65º | 0.29% | 0.54% | - |
| HSV(B) | 235.65º | 0.4% | 0.67% | - |
| XYZ | 18.09 | 16.28 | 40.72 | - |
| YUV | 112.8 | 160.84 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 171 | 0.40 | 0.37 | 0 | 0.33 | 235.65 | 0.29 | 0.54 |
| Hex | 66 | 6B | AB | 28 | 25 | 0 | 21 | EC | 1D | 36 |
| Octal | 146 | 153 | 253 | 50 | 45 | 0 | 41 | 354 | 35 | 66 |
| Binary | 1100110 | 1101011 | 10101011 | 101000 | 100101 | 0 | 100001 | 11101100 | 11101 | 110110 |
Color Harmonies of #666BAB
Complementary color
Monochromatic Colors of #666BAB
Black with #666BAB
Text Example
Text Example
White with #666BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666BAB; }
p { color: rgb(102,107,171); }
H1.HeaderClassName
{
color: #666BAB;
}
.AnyTagClassName
{
color: #666BAB;
}
</style>
background-color css
<style>
a { background-color: #666BAB; }
a { background-color: rgb(102,107,171); }
div.DivClassName
{
background-color: #666BAB;
}
.BgClassName
{
background-color: #666BAB;
}
</style>
border-color css
<style>
span { border-color: #666BAB; }
span { border-color: rgb(102,107,171); }
td.TdClassName
{
border-color: #666BAB;
}
.TagClassName
{
border-color: #666BAB;
}
</style>