Shades of Chetwode Blue #666DCD
Tints of Chetwode Blue #666DCD
RGB
CMYK
RGB Variations
Color information
#666DCD (or 0x666DCD) is known color: Chetwode Blue. HEX triplet: 66, 6D and CD. RGB value is (102,109,205). Sum of RGB (Red+Green+Blue) = 102+109+205=416 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.52% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #666DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666DCD is #999232. Grayscale: #757575. Windows color (decimal): -10064435 or 13462886. OLE color: 13462886.
HSL color Cylindrical-coordinate representation of color #666DCD: hue angle of 235.92º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #666DCD is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 109 | 205 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.20 |
| HSL | 235.92º | 0.51% | 0.6% | - |
| HSV(B) | 235.92º | 0.5% | 0.8% | - |
| XYZ | 21.97 | 18.17 | 60.11 | - |
| YUV | 117.85 | 177.18 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 205 | 0.50 | 0.47 | 0 | 0.20 | 235.92 | 0.51 | 0.6 |
| Hex | 66 | 6D | CD | 32 | 2F | 0 | 14 | EC | 33 | 3C |
| Octal | 146 | 155 | 315 | 62 | 57 | 0 | 24 | 354 | 63 | 74 |
| Binary | 1100110 | 1101101 | 11001101 | 110010 | 101111 | 0 | 10100 | 11101100 | 110011 | 111100 |
Color Harmonies of #666DCD
Complementary color
Monochromatic Colors of #666DCD
Black with #666DCD
Text Example
Text Example
White with #666DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666DCD; }
p { color: rgb(102,109,205); }
H1.HeaderClassName
{
color: #666DCD;
}
.AnyTagClassName
{
color: #666DCD;
}
</style>
background-color css
<style>
a { background-color: #666DCD; }
a { background-color: rgb(102,109,205); }
div.DivClassName
{
background-color: #666DCD;
}
.BgClassName
{
background-color: #666DCD;
}
</style>
border-color css
<style>
span { border-color: #666DCD; }
span { border-color: rgb(102,109,205); }
td.TdClassName
{
border-color: #666DCD;
}
.TagClassName
{
border-color: #666DCD;
}
</style>