Shades of Chetwode Blue #666ABD
Tints of Chetwode Blue #666ABD
RGB
CMYK
RGB Variations
Color information
#666ABD (or 0x666ABD) is known color: Chetwode Blue. HEX triplet: 66, 6A and BD. RGB value is (102,106,189). Sum of RGB (Red+Green+Blue) = 102+106+189=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #666ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666ABD is #999542. Grayscale: #717171. Windows color (decimal): -10065219 or 12413542. OLE color: 12413542.
HSL color Cylindrical-coordinate representation of color #666ABD: hue angle of 237.24º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #666ABD is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 106 | 189 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.26 |
| HSL | 237.24º | 0.4% | 0.57% | - |
| HSV(B) | 237.24º | 0.46% | 0.74% | - |
| XYZ | 19.82 | 16.81 | 50.34 | - |
| YUV | 114.27 | 170.17 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 106 | 189 | 0.46 | 0.44 | 0 | 0.26 | 237.24 | 0.4 | 0.57 |
| Hex | 66 | 6A | BD | 2E | 2C | 0 | 1A | ED | 28 | 39 |
| Octal | 146 | 152 | 275 | 56 | 54 | 0 | 32 | 355 | 50 | 71 |
| Binary | 1100110 | 1101010 | 10111101 | 101110 | 101100 | 0 | 11010 | 11101101 | 101000 | 111001 |
Color Harmonies of #666ABD
Complementary color
Monochromatic Colors of #666ABD
Black with #666ABD
Text Example
Text Example
White with #666ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666ABD; }
p { color: rgb(102,106,189); }
H1.HeaderClassName
{
color: #666ABD;
}
.AnyTagClassName
{
color: #666ABD;
}
</style>
background-color css
<style>
a { background-color: #666ABD; }
a { background-color: rgb(102,106,189); }
div.DivClassName
{
background-color: #666ABD;
}
.BgClassName
{
background-color: #666ABD;
}
</style>
border-color css
<style>
span { border-color: #666ABD; }
span { border-color: rgb(102,106,189); }
td.TdClassName
{
border-color: #666ABD;
}
.TagClassName
{
border-color: #666ABD;
}
</style>