Shades of Chetwode Blue #666BA2
Tints of Chetwode Blue #666BA2
RGB
CMYK
RGB Variations
Color information
#666BA2 (or 0x666BA2) is known color: Chetwode Blue. HEX triplet: 66, 6B and A2. RGB value is (102,107,162). Sum of RGB (Red+Green+Blue) = 102+107+162=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 162 (63.67% from 255 or 43.67% from 371); Max value from RGB is 162 - color contains mainly: blue. Hex color #666BA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666BA2 is #99945D. Grayscale: #6F6F6F. Windows color (decimal): -10064990 or 10644326. OLE color: 10644326.
HSL color Cylindrical-coordinate representation of color #666BA2: hue angle of 235º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #666BA2 is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 107 | 162 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.36 |
| HSL | 235º | 0.24% | 0.52% | - |
| HSV(B) | 235º | 0.37% | 0.64% | - |
| XYZ | 17.26 | 15.95 | 36.35 | - |
| YUV | 111.78 | 156.34 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 162 | 0.37 | 0.34 | 0 | 0.36 | 235 | 0.24 | 0.52 |
| Hex | 66 | 6B | A2 | 25 | 22 | 0 | 24 | EB | 18 | 34 |
| Octal | 146 | 153 | 242 | 45 | 42 | 0 | 44 | 353 | 30 | 64 |
| Binary | 1100110 | 1101011 | 10100010 | 100101 | 100010 | 0 | 100100 | 11101011 | 11000 | 110100 |
Color Harmonies of #666BA2
Complementary color
Monochromatic Colors of #666BA2
Black with #666BA2
Text Example
Text Example
White with #666BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666BA2; }
p { color: rgb(102,107,162); }
H1.HeaderClassName
{
color: #666BA2;
}
.AnyTagClassName
{
color: #666BA2;
}
</style>
background-color css
<style>
a { background-color: #666BA2; }
a { background-color: rgb(102,107,162); }
div.DivClassName
{
background-color: #666BA2;
}
.BgClassName
{
background-color: #666BA2;
}
</style>
border-color css
<style>
span { border-color: #666BA2; }
span { border-color: rgb(102,107,162); }
td.TdClassName
{
border-color: #666BA2;
}
.TagClassName
{
border-color: #666BA2;
}
</style>