Shades of Chetwode Blue #666DA0
Tints of Chetwode Blue #666DA0
RGB
CMYK
RGB Variations
Color information
#666DA0 (or 0x666DA0) is known color: Chetwode Blue. HEX triplet: 66, 6D and A0. RGB value is (102,109,160). Sum of RGB (Red+Green+Blue) = 102+109+160=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 160 - color contains mainly: blue. Hex color #666DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666DA0 is #99925F. Grayscale: #707070. Windows color (decimal): -10064480 or 10513766. OLE color: 10513766.
HSL color Cylindrical-coordinate representation of color #666DA0: hue angle of 232.76º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #666DA0 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 109 | 160 | - |
| CMYK | 0.36 | 0.32 | 0 | 0.37 |
| HSL | 232.76º | 0.23% | 0.51% | - |
| HSV(B) | 232.76º | 0.36% | 0.63% | - |
| XYZ | 17.29 | 16.3 | 35.49 | - |
| YUV | 112.72 | 154.68 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 160 | 0.36 | 0.32 | 0 | 0.37 | 232.76 | 0.23 | 0.51 |
| Hex | 66 | 6D | A0 | 24 | 20 | 0 | 25 | E9 | 17 | 33 |
| Octal | 146 | 155 | 240 | 44 | 40 | 0 | 45 | 351 | 27 | 63 |
| Binary | 1100110 | 1101101 | 10100000 | 100100 | 100000 | 0 | 100101 | 11101001 | 10111 | 110011 |
Color Harmonies of #666DA0
Complementary color
Monochromatic Colors of #666DA0
Black with #666DA0
Text Example
Text Example
White with #666DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666DA0; }
p { color: rgb(102,109,160); }
H1.HeaderClassName
{
color: #666DA0;
}
.AnyTagClassName
{
color: #666DA0;
}
</style>
background-color css
<style>
a { background-color: #666DA0; }
a { background-color: rgb(102,109,160); }
div.DivClassName
{
background-color: #666DA0;
}
.BgClassName
{
background-color: #666DA0;
}
</style>
border-color css
<style>
span { border-color: #666DA0; }
span { border-color: rgb(102,109,160); }
td.TdClassName
{
border-color: #666DA0;
}
.TagClassName
{
border-color: #666DA0;
}
</style>