Shades of Chetwode Blue #666AB7
Tints of Chetwode Blue #666AB7
RGB
CMYK
RGB Variations
Color information
#666AB7 (or 0x666AB7) is known color: Chetwode Blue. HEX triplet: 66, 6A and B7. RGB value is (102,106,183). Sum of RGB (Red+Green+Blue) = 102+106+183=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 183 (71.88% from 255 or 46.80% from 391); Max value from RGB is 183 - color contains mainly: blue. Hex color #666AB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666AB7 is #999548. Grayscale: #717171. Windows color (decimal): -10065225 or 12020326. OLE color: 12020326.
HSL color Cylindrical-coordinate representation of color #666AB7: hue angle of 237.04º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #666AB7 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 102 | 106 | 183 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.28 |
| HSL | 237.04º | 0.36% | 0.56% | - |
| HSV(B) | 237.04º | 0.44% | 0.72% | - |
| XYZ | 19.18 | 16.55 | 46.98 | - |
| YUV | 113.58 | 167.17 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 106 | 183 | 0.44 | 0.42 | 0 | 0.28 | 237.04 | 0.36 | 0.56 |
| Hex | 66 | 6A | B7 | 2C | 2A | 0 | 1C | ED | 24 | 38 |
| Octal | 146 | 152 | 267 | 54 | 52 | 0 | 34 | 355 | 44 | 70 |
| Binary | 1100110 | 1101010 | 10110111 | 101100 | 101010 | 0 | 11100 | 11101101 | 100100 | 111000 |
Color Harmonies of #666AB7
Complementary color
Monochromatic Colors of #666AB7
Black with #666AB7
Text Example
Text Example
White with #666AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666AB7; }
p { color: rgb(102,106,183); }
H1.HeaderClassName
{
color: #666AB7;
}
.AnyTagClassName
{
color: #666AB7;
}
</style>
background-color css
<style>
a { background-color: #666AB7; }
a { background-color: rgb(102,106,183); }
div.DivClassName
{
background-color: #666AB7;
}
.BgClassName
{
background-color: #666AB7;
}
</style>
border-color css
<style>
span { border-color: #666AB7; }
span { border-color: rgb(102,106,183); }
td.TdClassName
{
border-color: #666AB7;
}
.TagClassName
{
border-color: #666AB7;
}
</style>