Shades of Chetwode Blue #666AB2
Tints of Chetwode Blue #666AB2
RGB
CMYK
RGB Variations
Color information
#666AB2 (or 0x666AB2) is known color: Chetwode Blue. HEX triplet: 66, 6A and B2. RGB value is (102,106,178). Sum of RGB (Red+Green+Blue) = 102+106+178=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 178 (69.92% from 255 or 46.11% from 386); Max value from RGB is 178 - color contains mainly: blue. Hex color #666AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666AB2 is #99954D. Grayscale: #707070. Windows color (decimal): -10065230 or 11692646. OLE color: 11692646.
HSL color Cylindrical-coordinate representation of color #666AB2: hue angle of 236.84º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #666AB2 is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 102 | 106 | 178 | - |
| CMYK | 0.43 | 0.40 | 0 | 0.30 |
| HSL | 236.84º | 0.33% | 0.55% | - |
| HSV(B) | 236.84º | 0.43% | 0.7% | - |
| XYZ | 18.67 | 16.35 | 44.29 | - |
| YUV | 113.01 | 164.67 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 106 | 178 | 0.43 | 0.40 | 0 | 0.30 | 236.84 | 0.33 | 0.55 |
| Hex | 66 | 6A | B2 | 2B | 28 | 0 | 1E | ED | 21 | 37 |
| Octal | 146 | 152 | 262 | 53 | 50 | 0 | 36 | 355 | 41 | 67 |
| Binary | 1100110 | 1101010 | 10110010 | 101011 | 101000 | 0 | 11110 | 11101101 | 100001 | 110111 |
Color Harmonies of #666AB2
Complementary color
Monochromatic Colors of #666AB2
Black with #666AB2
Text Example
Text Example
White with #666AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666AB2; }
p { color: rgb(102,106,178); }
H1.HeaderClassName
{
color: #666AB2;
}
.AnyTagClassName
{
color: #666AB2;
}
</style>
background-color css
<style>
a { background-color: #666AB2; }
a { background-color: rgb(102,106,178); }
div.DivClassName
{
background-color: #666AB2;
}
.BgClassName
{
background-color: #666AB2;
}
</style>
border-color css
<style>
span { border-color: #666AB2; }
span { border-color: rgb(102,106,178); }
td.TdClassName
{
border-color: #666AB2;
}
.TagClassName
{
border-color: #666AB2;
}
</style>