Shades of Chetwode Blue #666EB1
Tints of Chetwode Blue #666EB1
RGB
CMYK
RGB Variations
Color information
#666EB1 (or 0x666EB1) is known color: Chetwode Blue. HEX triplet: 66, 6E and B1. RGB value is (102,110,177). Sum of RGB (Red+Green+Blue) = 102+110+177=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 177 (69.53% from 255 or 45.50% from 389); Max value from RGB is 177 - color contains mainly: blue. Hex color #666EB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666EB1 is #99914E. Grayscale: #727272. Windows color (decimal): -10064207 or 11628134. OLE color: 11628134.
HSL color Cylindrical-coordinate representation of color #666EB1: hue angle of 233.6º 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 #666EB1 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 110 | 177 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.31 |
| HSL | 233.6º | 0.32% | 0.55% | - |
| HSV(B) | 233.6º | 0.42% | 0.69% | - |
| XYZ | 18.99 | 17.15 | 43.9 | - |
| YUV | 115.25 | 162.85 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 110 | 177 | 0.42 | 0.38 | 0 | 0.31 | 233.6 | 0.32 | 0.55 |
| Hex | 66 | 6E | B1 | 2A | 26 | 0 | 1F | EA | 20 | 37 |
| Octal | 146 | 156 | 261 | 52 | 46 | 0 | 37 | 352 | 40 | 67 |
| Binary | 1100110 | 1101110 | 10110001 | 101010 | 100110 | 0 | 11111 | 11101010 | 100000 | 110111 |
Color Harmonies of #666EB1
Complementary color
Monochromatic Colors of #666EB1
Black with #666EB1
Text Example
Text Example
White with #666EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666EB1; }
p { color: rgb(102,110,177); }
H1.HeaderClassName
{
color: #666EB1;
}
.AnyTagClassName
{
color: #666EB1;
}
</style>
background-color css
<style>
a { background-color: #666EB1; }
a { background-color: rgb(102,110,177); }
div.DivClassName
{
background-color: #666EB1;
}
.BgClassName
{
background-color: #666EB1;
}
</style>
border-color css
<style>
span { border-color: #666EB1; }
span { border-color: rgb(102,110,177); }
td.TdClassName
{
border-color: #666EB1;
}
.TagClassName
{
border-color: #666EB1;
}
</style>