Shades of Chetwode Blue #666B9E
Tints of Chetwode Blue #666B9E
RGB
CMYK
RGB Variations
Color information
#666B9E (or 0x666B9E) is known color: Chetwode Blue. HEX triplet: 66, 6B and 9E. RGB value is (102,107,158). Sum of RGB (Red+Green+Blue) = 102+107+158=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 158 - color contains mainly: blue. Hex color #666B9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666B9E is #999461. Grayscale: #6F6F6F. Windows color (decimal): -10064994 or 10382182. OLE color: 10382182.
HSL color Cylindrical-coordinate representation of color #666B9E: hue angle of 234.64º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #666B9E is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 107 | 158 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.38 |
| HSL | 234.64º | 0.22% | 0.51% | - |
| HSV(B) | 234.64º | 0.35% | 0.62% | - |
| XYZ | 16.91 | 15.81 | 34.51 | - |
| YUV | 111.32 | 154.34 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 158 | 0.35 | 0.32 | 0 | 0.38 | 234.64 | 0.22 | 0.51 |
| Hex | 66 | 6B | 9E | 23 | 20 | 0 | 26 | EB | 16 | 33 |
| Octal | 146 | 153 | 236 | 43 | 40 | 0 | 46 | 353 | 26 | 63 |
| Binary | 1100110 | 1101011 | 10011110 | 100011 | 100000 | 0 | 100110 | 11101011 | 10110 | 110011 |
Color Harmonies of #666B9E
Complementary color
Monochromatic Colors of #666B9E
Black with #666B9E
Text Example
Text Example
White with #666B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666B9E; }
p { color: rgb(102,107,158); }
H1.HeaderClassName
{
color: #666B9E;
}
.AnyTagClassName
{
color: #666B9E;
}
</style>
background-color css
<style>
a { background-color: #666B9E; }
a { background-color: rgb(102,107,158); }
div.DivClassName
{
background-color: #666B9E;
}
.BgClassName
{
background-color: #666B9E;
}
</style>
border-color css
<style>
span { border-color: #666B9E; }
span { border-color: rgb(102,107,158); }
td.TdClassName
{
border-color: #666B9E;
}
.TagClassName
{
border-color: #666B9E;
}
</style>