Shades of Chetwode Blue #666AB1
Tints of Chetwode Blue #666AB1
RGB
CMYK
RGB Variations
Color information
#666AB1 (or 0x666AB1) is known color: Chetwode Blue. HEX triplet: 66, 6A and B1. RGB value is (102,106,177). Sum of RGB (Red+Green+Blue) = 102+106+177=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 177 (69.53% from 255 or 45.97% from 385); Max value from RGB is 177 - color contains mainly: blue. Hex color #666AB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666AB1 is #99954E. Grayscale: #707070. Windows color (decimal): -10065231 or 11627110. OLE color: 11627110.
HSL color Cylindrical-coordinate representation of color #666AB1: hue angle of 236.8º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #666AB1 is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 106 | 177 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.31 |
| HSL | 236.8º | 0.32% | 0.55% | - |
| HSV(B) | 236.8º | 0.42% | 0.69% | - |
| XYZ | 18.57 | 16.31 | 43.76 | - |
| YUV | 112.9 | 164.17 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 106 | 177 | 0.42 | 0.40 | 0 | 0.31 | 236.8 | 0.32 | 0.55 |
| Hex | 66 | 6A | B1 | 2A | 28 | 0 | 1F | ED | 20 | 37 |
| Octal | 146 | 152 | 261 | 52 | 50 | 0 | 37 | 355 | 40 | 67 |
| Binary | 1100110 | 1101010 | 10110001 | 101010 | 101000 | 0 | 11111 | 11101101 | 100000 | 110111 |
Color Harmonies of #666AB1
Complementary color
Monochromatic Colors of #666AB1
Black with #666AB1
Text Example
Text Example
White with #666AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666AB1; }
p { color: rgb(102,106,177); }
H1.HeaderClassName
{
color: #666AB1;
}
.AnyTagClassName
{
color: #666AB1;
}
</style>
background-color css
<style>
a { background-color: #666AB1; }
a { background-color: rgb(102,106,177); }
div.DivClassName
{
background-color: #666AB1;
}
.BgClassName
{
background-color: #666AB1;
}
</style>
border-color css
<style>
span { border-color: #666AB1; }
span { border-color: rgb(102,106,177); }
td.TdClassName
{
border-color: #666AB1;
}
.TagClassName
{
border-color: #666AB1;
}
</style>