Shades of Chetwode Blue #666DB8
Tints of Chetwode Blue #666DB8
RGB
CMYK
RGB Variations
Color information
#666DB8 (or 0x666DB8) is known color: Chetwode Blue. HEX triplet: 66, 6D and B8. RGB value is (102,109,184). Sum of RGB (Red+Green+Blue) = 102+109+184=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 184 (72.27% from 255 or 46.58% from 395); Max value from RGB is 184 - color contains mainly: blue. Hex color #666DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666DB8 is #999247. Grayscale: #737373. Windows color (decimal): -10064456 or 12086630. OLE color: 12086630.
HSL color Cylindrical-coordinate representation of color #666DB8: hue angle of 234.88º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #666DB8 is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 102 | 109 | 184 | - |
| CMYK | 0.45 | 0.41 | 0 | 0.28 |
| HSL | 234.88º | 0.37% | 0.56% | - |
| HSV(B) | 234.88º | 0.45% | 0.72% | - |
| XYZ | 19.6 | 17.22 | 47.64 | - |
| YUV | 115.46 | 166.68 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 184 | 0.45 | 0.41 | 0 | 0.28 | 234.88 | 0.37 | 0.56 |
| Hex | 66 | 6D | B8 | 2D | 29 | 0 | 1C | EB | 25 | 38 |
| Octal | 146 | 155 | 270 | 55 | 51 | 0 | 34 | 353 | 45 | 70 |
| Binary | 1100110 | 1101101 | 10111000 | 101101 | 101001 | 0 | 11100 | 11101011 | 100101 | 111000 |
Color Harmonies of #666DB8
Complementary color
Monochromatic Colors of #666DB8
Black with #666DB8
Text Example
Text Example
White with #666DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666DB8; }
p { color: rgb(102,109,184); }
H1.HeaderClassName
{
color: #666DB8;
}
.AnyTagClassName
{
color: #666DB8;
}
</style>
background-color css
<style>
a { background-color: #666DB8; }
a { background-color: rgb(102,109,184); }
div.DivClassName
{
background-color: #666DB8;
}
.BgClassName
{
background-color: #666DB8;
}
</style>
border-color css
<style>
span { border-color: #666DB8; }
span { border-color: rgb(102,109,184); }
td.TdClassName
{
border-color: #666DB8;
}
.TagClassName
{
border-color: #666DB8;
}
</style>