Shades of Chetwode Blue #666CC0
Tints of Chetwode Blue #666CC0
RGB
CMYK
RGB Variations
Color information
#666CC0 (or 0x666CC0) is known color: Chetwode Blue. HEX triplet: 66, 6C and C0. RGB value is (102,108,192). Sum of RGB (Red+Green+Blue) = 102+108+192=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 192 (75.39% from 255 or 47.76% from 402); Max value from RGB is 192 - color contains mainly: blue. Hex color #666CC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666CC0 is #99933F. Grayscale: #737373. Windows color (decimal): -10064704 or 12610662. OLE color: 12610662.
HSL color Cylindrical-coordinate representation of color #666CC0: hue angle of 236º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #666CC0 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 108 | 192 | - |
| CMYK | 0.47 | 0.44 | 0 | 0.25 |
| HSL | 236º | 0.42% | 0.58% | - |
| HSV(B) | 236º | 0.47% | 0.75% | - |
| XYZ | 20.36 | 17.36 | 52.15 | - |
| YUV | 115.78 | 171.01 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 108 | 192 | 0.47 | 0.44 | 0 | 0.25 | 236 | 0.42 | 0.58 |
| Hex | 66 | 6C | C0 | 2F | 2C | 0 | 19 | EC | 2A | 3A |
| Octal | 146 | 154 | 300 | 57 | 54 | 0 | 31 | 354 | 52 | 72 |
| Binary | 1100110 | 1101100 | 11000000 | 101111 | 101100 | 0 | 11001 | 11101100 | 101010 | 111010 |
Color Harmonies of #666CC0
Complementary color
Monochromatic Colors of #666CC0
Black with #666CC0
Text Example
Text Example
White with #666CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666CC0; }
p { color: rgb(102,108,192); }
H1.HeaderClassName
{
color: #666CC0;
}
.AnyTagClassName
{
color: #666CC0;
}
</style>
background-color css
<style>
a { background-color: #666CC0; }
a { background-color: rgb(102,108,192); }
div.DivClassName
{
background-color: #666CC0;
}
.BgClassName
{
background-color: #666CC0;
}
</style>
border-color css
<style>
span { border-color: #666CC0; }
span { border-color: rgb(102,108,192); }
td.TdClassName
{
border-color: #666CC0;
}
.TagClassName
{
border-color: #666CC0;
}
</style>