Shades of Chetwode Blue #666DAA
Tints of Chetwode Blue #666DAA
RGB
CMYK
RGB Variations
Color information
#666DAA (or 0x666DAA) is known color: Chetwode Blue. HEX triplet: 66, 6D and AA. RGB value is (102,109,170). Sum of RGB (Red+Green+Blue) = 102+109+170=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #666DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666DAA is #999255. Grayscale: #717171. Windows color (decimal): -10064470 or 11169126. OLE color: 11169126.
HSL color Cylindrical-coordinate representation of color #666DAA: hue angle of 233.82º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #666DAA is Cyan = 0.4, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 109 | 170 | - |
| CMYK | 0.4 | 0.36 | 0 | 0.33 |
| HSL | 233.82º | 0.29% | 0.53% | - |
| HSV(B) | 233.82º | 0.4% | 0.67% | - |
| XYZ | 18.2 | 16.66 | 40.29 | - |
| YUV | 113.86 | 159.68 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 170 | 0.4 | 0.36 | 0 | 0.33 | 233.82 | 0.29 | 0.53 |
| Hex | 66 | 6D | AA | 28 | 24 | 0 | 21 | EA | 1D | 35 |
| Octal | 146 | 155 | 252 | 50 | 44 | 0 | 41 | 352 | 35 | 65 |
| Binary | 1100110 | 1101101 | 10101010 | 101000 | 100100 | 0 | 100001 | 11101010 | 11101 | 110101 |
Color Harmonies of #666DAA
Complementary color
Monochromatic Colors of #666DAA
Black with #666DAA
Text Example
Text Example
White with #666DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666DAA; }
p { color: rgb(102,109,170); }
H1.HeaderClassName
{
color: #666DAA;
}
.AnyTagClassName
{
color: #666DAA;
}
</style>
background-color css
<style>
a { background-color: #666DAA; }
a { background-color: rgb(102,109,170); }
div.DivClassName
{
background-color: #666DAA;
}
.BgClassName
{
background-color: #666DAA;
}
</style>
border-color css
<style>
span { border-color: #666DAA; }
span { border-color: rgb(102,109,170); }
td.TdClassName
{
border-color: #666DAA;
}
.TagClassName
{
border-color: #666DAA;
}
</style>