Shades of Chetwode Blue #666DA4
Tints of Chetwode Blue #666DA4
RGB
CMYK
RGB Variations
Color information
#666DA4 (or 0x666DA4) is known color: Chetwode Blue. HEX triplet: 66, 6D and A4. RGB value is (102,109,164). Sum of RGB (Red+Green+Blue) = 102+109+164=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 164 (64.45% from 255 or 43.73% from 375); Max value from RGB is 164 - color contains mainly: blue. Hex color #666DA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666DA4 is #99925B. Grayscale: #707070. Windows color (decimal): -10064476 or 10775910. OLE color: 10775910.
HSL color Cylindrical-coordinate representation of color #666DA4: hue angle of 233.23º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #666DA4 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 109 | 164 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.36 |
| HSL | 233.23º | 0.25% | 0.52% | - |
| HSV(B) | 233.23º | 0.38% | 0.64% | - |
| XYZ | 17.65 | 16.44 | 37.37 | - |
| YUV | 113.18 | 156.68 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 164 | 0.38 | 0.34 | 0 | 0.36 | 233.23 | 0.25 | 0.52 |
| Hex | 66 | 6D | A4 | 26 | 22 | 0 | 24 | E9 | 19 | 34 |
| Octal | 146 | 155 | 244 | 46 | 42 | 0 | 44 | 351 | 31 | 64 |
| Binary | 1100110 | 1101101 | 10100100 | 100110 | 100010 | 0 | 100100 | 11101001 | 11001 | 110100 |
Color Harmonies of #666DA4
Complementary color
Monochromatic Colors of #666DA4
Black with #666DA4
Text Example
Text Example
White with #666DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666DA4; }
p { color: rgb(102,109,164); }
H1.HeaderClassName
{
color: #666DA4;
}
.AnyTagClassName
{
color: #666DA4;
}
</style>
background-color css
<style>
a { background-color: #666DA4; }
a { background-color: rgb(102,109,164); }
div.DivClassName
{
background-color: #666DA4;
}
.BgClassName
{
background-color: #666DA4;
}
</style>
border-color css
<style>
span { border-color: #666DA4; }
span { border-color: rgb(102,109,164); }
td.TdClassName
{
border-color: #666DA4;
}
.TagClassName
{
border-color: #666DA4;
}
</style>