Shades of Chetwode Blue #666EB7
Tints of Chetwode Blue #666EB7
RGB
CMYK
RGB Variations
Color information
#666EB7 (or 0x666EB7) is known color: Chetwode Blue. HEX triplet: 66, 6E and B7. RGB value is (102,110,183). Sum of RGB (Red+Green+Blue) = 102+110+183=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 183 (71.88% from 255 or 46.33% from 395); Max value from RGB is 183 - color contains mainly: blue. Hex color #666EB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666EB7 is #999148. Grayscale: #737373. Windows color (decimal): -10064201 or 12021350. OLE color: 12021350.
HSL color Cylindrical-coordinate representation of color #666EB7: hue angle of 234.07º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #666EB7 is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 102 | 110 | 183 | - |
| CMYK | 0.44 | 0.40 | 0 | 0.28 |
| HSL | 234.07º | 0.36% | 0.56% | - |
| HSV(B) | 234.07º | 0.44% | 0.72% | - |
| XYZ | 19.6 | 17.4 | 47.12 | - |
| YUV | 115.93 | 165.85 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 110 | 183 | 0.44 | 0.40 | 0 | 0.28 | 234.07 | 0.36 | 0.56 |
| Hex | 66 | 6E | B7 | 2C | 28 | 0 | 1C | EA | 24 | 38 |
| Octal | 146 | 156 | 267 | 54 | 50 | 0 | 34 | 352 | 44 | 70 |
| Binary | 1100110 | 1101110 | 10110111 | 101100 | 101000 | 0 | 11100 | 11101010 | 100100 | 111000 |
Color Harmonies of #666EB7
Complementary color
Monochromatic Colors of #666EB7
Black with #666EB7
Text Example
Text Example
White with #666EB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666EB7; }
p { color: rgb(102,110,183); }
H1.HeaderClassName
{
color: #666EB7;
}
.AnyTagClassName
{
color: #666EB7;
}
</style>
background-color css
<style>
a { background-color: #666EB7; }
a { background-color: rgb(102,110,183); }
div.DivClassName
{
background-color: #666EB7;
}
.BgClassName
{
background-color: #666EB7;
}
</style>
border-color css
<style>
span { border-color: #666EB7; }
span { border-color: rgb(102,110,183); }
td.TdClassName
{
border-color: #666EB7;
}
.TagClassName
{
border-color: #666EB7;
}
</style>