Shades of Chetwode Blue #666AB5
Tints of Chetwode Blue #666AB5
RGB
CMYK
RGB Variations
Color information
#666AB5 (or 0x666AB5) is known color: Chetwode Blue. HEX triplet: 66, 6A and B5. RGB value is (102,106,181). Sum of RGB (Red+Green+Blue) = 102+106+181=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 181 (71.09% from 255 or 46.53% from 389); Max value from RGB is 181 - color contains mainly: blue. Hex color #666AB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666AB5 is #99954A. Grayscale: #717171. Windows color (decimal): -10065227 or 11889254. OLE color: 11889254.
HSL color Cylindrical-coordinate representation of color #666AB5: hue angle of 236.96º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #666AB5 is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 106 | 181 | - |
| CMYK | 0.44 | 0.41 | 0 | 0.29 |
| HSL | 236.96º | 0.35% | 0.55% | - |
| HSV(B) | 236.96º | 0.44% | 0.71% | - |
| XYZ | 18.97 | 16.47 | 45.89 | - |
| YUV | 113.35 | 166.17 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 106 | 181 | 0.44 | 0.41 | 0 | 0.29 | 236.96 | 0.35 | 0.55 |
| Hex | 66 | 6A | B5 | 2C | 29 | 0 | 1D | ED | 23 | 37 |
| Octal | 146 | 152 | 265 | 54 | 51 | 0 | 35 | 355 | 43 | 67 |
| Binary | 1100110 | 1101010 | 10110101 | 101100 | 101001 | 0 | 11101 | 11101101 | 100011 | 110111 |
Color Harmonies of #666AB5
Complementary color
Monochromatic Colors of #666AB5
Black with #666AB5
Text Example
Text Example
White with #666AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666AB5; }
p { color: rgb(102,106,181); }
H1.HeaderClassName
{
color: #666AB5;
}
.AnyTagClassName
{
color: #666AB5;
}
</style>
background-color css
<style>
a { background-color: #666AB5; }
a { background-color: rgb(102,106,181); }
div.DivClassName
{
background-color: #666AB5;
}
.BgClassName
{
background-color: #666AB5;
}
</style>
border-color css
<style>
span { border-color: #666AB5; }
span { border-color: rgb(102,106,181); }
td.TdClassName
{
border-color: #666AB5;
}
.TagClassName
{
border-color: #666AB5;
}
</style>