Shades of Chetwode Blue #666BAC
Tints of Chetwode Blue #666BAC
RGB
CMYK
RGB Variations
Color information
#666BAC (or 0x666BAC) is known color: Chetwode Blue. HEX triplet: 66, 6B and AC. RGB value is (102,107,172). Sum of RGB (Red+Green+Blue) = 102+107+172=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #666BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666BAC is #999453. Grayscale: #707070. Windows color (decimal): -10064980 or 11299686. OLE color: 11299686.
HSL color Cylindrical-coordinate representation of color #666BAC: hue angle of 235.71º 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 #666BAC is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 107 | 172 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.33 |
| HSL | 235.71º | 0.3% | 0.54% | - |
| HSV(B) | 235.71º | 0.41% | 0.67% | - |
| XYZ | 18.18 | 16.32 | 41.22 | - |
| YUV | 112.92 | 161.34 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 172 | 0.41 | 0.38 | 0 | 0.33 | 235.71 | 0.3 | 0.54 |
| Hex | 66 | 6B | AC | 29 | 26 | 0 | 21 | EC | 1E | 36 |
| Octal | 146 | 153 | 254 | 51 | 46 | 0 | 41 | 354 | 36 | 66 |
| Binary | 1100110 | 1101011 | 10101100 | 101001 | 100110 | 0 | 100001 | 11101100 | 11110 | 110110 |
Color Harmonies of #666BAC
Complementary color
Monochromatic Colors of #666BAC
Black with #666BAC
Text Example
Text Example
White with #666BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666BAC; }
p { color: rgb(102,107,172); }
H1.HeaderClassName
{
color: #666BAC;
}
.AnyTagClassName
{
color: #666BAC;
}
</style>
background-color css
<style>
a { background-color: #666BAC; }
a { background-color: rgb(102,107,172); }
div.DivClassName
{
background-color: #666BAC;
}
.BgClassName
{
background-color: #666BAC;
}
</style>
border-color css
<style>
span { border-color: #666BAC; }
span { border-color: rgb(102,107,172); }
td.TdClassName
{
border-color: #666BAC;
}
.TagClassName
{
border-color: #666BAC;
}
</style>