Shades of Chetwode Blue #666FCD
Tints of Chetwode Blue #666FCD
RGB
CMYK
RGB Variations
Color information
#666FCD (or 0x666FCD) is known color: Chetwode Blue. HEX triplet: 66, 6F and CD. RGB value is (102,111,205). Sum of RGB (Red+Green+Blue) = 102+111+205=418 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.40% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #666FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666FCD is #999032. Grayscale: #767676. Windows color (decimal): -10063923 or 13463398. OLE color: 13463398.
HSL color Cylindrical-coordinate representation of color #666FCD: hue angle of 234.76º 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 #666FCD is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 111 | 205 | - |
| CMYK | 0.50 | 0.46 | 0 | 0.20 |
| HSL | 234.76º | 0.51% | 0.6% | - |
| HSV(B) | 234.76º | 0.5% | 0.8% | - |
| XYZ | 22.18 | 18.6 | 60.18 | - |
| YUV | 119.03 | 176.52 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 205 | 0.50 | 0.46 | 0 | 0.20 | 234.76 | 0.51 | 0.6 |
| Hex | 66 | 6F | CD | 32 | 2E | 0 | 14 | EB | 33 | 3C |
| Octal | 146 | 157 | 315 | 62 | 56 | 0 | 24 | 353 | 63 | 74 |
| Binary | 1100110 | 1101111 | 11001101 | 110010 | 101110 | 0 | 10100 | 11101011 | 110011 | 111100 |
Color Harmonies of #666FCD
Complementary color
Monochromatic Colors of #666FCD
Black with #666FCD
Text Example
Text Example
White with #666FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666FCD; }
p { color: rgb(102,111,205); }
H1.HeaderClassName
{
color: #666FCD;
}
.AnyTagClassName
{
color: #666FCD;
}
</style>
background-color css
<style>
a { background-color: #666FCD; }
a { background-color: rgb(102,111,205); }
div.DivClassName
{
background-color: #666FCD;
}
.BgClassName
{
background-color: #666FCD;
}
</style>
border-color css
<style>
span { border-color: #666FCD; }
span { border-color: rgb(102,111,205); }
td.TdClassName
{
border-color: #666FCD;
}
.TagClassName
{
border-color: #666FCD;
}
</style>