Shades of Chetwode Blue #666EB6
Tints of Chetwode Blue #666EB6
RGB
CMYK
RGB Variations
Color information
#666EB6 (or 0x666EB6) is known color: Chetwode Blue. HEX triplet: 66, 6E and B6. RGB value is (102,110,182). Sum of RGB (Red+Green+Blue) = 102+110+182=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 182 (71.48% from 255 or 46.19% from 394); Max value from RGB is 182 - color contains mainly: blue. Hex color #666EB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666EB6 is #999149. Grayscale: #737373. Windows color (decimal): -10064202 or 11955814. OLE color: 11955814.
HSL color Cylindrical-coordinate representation of color #666EB6: hue angle of 234º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #666EB6 is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 110 | 182 | - |
| CMYK | 0.44 | 0.40 | 0 | 0.29 |
| HSL | 234º | 0.35% | 0.56% | - |
| HSV(B) | 234º | 0.44% | 0.71% | - |
| XYZ | 19.5 | 17.35 | 46.58 | - |
| YUV | 115.82 | 165.35 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 110 | 182 | 0.44 | 0.40 | 0 | 0.29 | 234 | 0.35 | 0.56 |
| Hex | 66 | 6E | B6 | 2C | 28 | 0 | 1D | EA | 23 | 38 |
| Octal | 146 | 156 | 266 | 54 | 50 | 0 | 35 | 352 | 43 | 70 |
| Binary | 1100110 | 1101110 | 10110110 | 101100 | 101000 | 0 | 11101 | 11101010 | 100011 | 111000 |
Color Harmonies of #666EB6
Complementary color
Monochromatic Colors of #666EB6
Black with #666EB6
Text Example
Text Example
White with #666EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666EB6; }
p { color: rgb(102,110,182); }
H1.HeaderClassName
{
color: #666EB6;
}
.AnyTagClassName
{
color: #666EB6;
}
</style>
background-color css
<style>
a { background-color: #666EB6; }
a { background-color: rgb(102,110,182); }
div.DivClassName
{
background-color: #666EB6;
}
.BgClassName
{
background-color: #666EB6;
}
</style>
border-color css
<style>
span { border-color: #666EB6; }
span { border-color: rgb(102,110,182); }
td.TdClassName
{
border-color: #666EB6;
}
.TagClassName
{
border-color: #666EB6;
}
</style>