Shades of Chetwode Blue #666CBD
Tints of Chetwode Blue #666CBD
RGB
CMYK
RGB Variations
Color information
#666CBD (or 0x666CBD) is known color: Chetwode Blue. HEX triplet: 66, 6C and BD. RGB value is (102,108,189). Sum of RGB (Red+Green+Blue) = 102+108+189=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #666CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666CBD is #999342. Grayscale: #737373. Windows color (decimal): -10064707 or 12414054. OLE color: 12414054.
HSL color Cylindrical-coordinate representation of color #666CBD: hue angle of 235.86º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #666CBD is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 108 | 189 | - |
| CMYK | 0.46 | 0.43 | 0 | 0.26 |
| HSL | 235.86º | 0.4% | 0.57% | - |
| HSV(B) | 235.86º | 0.46% | 0.74% | - |
| XYZ | 20.03 | 17.22 | 50.41 | - |
| YUV | 115.44 | 169.51 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 108 | 189 | 0.46 | 0.43 | 0 | 0.26 | 235.86 | 0.4 | 0.57 |
| Hex | 66 | 6C | BD | 2E | 2B | 0 | 1A | EC | 28 | 39 |
| Octal | 146 | 154 | 275 | 56 | 53 | 0 | 32 | 354 | 50 | 71 |
| Binary | 1100110 | 1101100 | 10111101 | 101110 | 101011 | 0 | 11010 | 11101100 | 101000 | 111001 |
Color Harmonies of #666CBD
Complementary color
Monochromatic Colors of #666CBD
Black with #666CBD
Text Example
Text Example
White with #666CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666CBD; }
p { color: rgb(102,108,189); }
H1.HeaderClassName
{
color: #666CBD;
}
.AnyTagClassName
{
color: #666CBD;
}
</style>
background-color css
<style>
a { background-color: #666CBD; }
a { background-color: rgb(102,108,189); }
div.DivClassName
{
background-color: #666CBD;
}
.BgClassName
{
background-color: #666CBD;
}
</style>
border-color css
<style>
span { border-color: #666CBD; }
span { border-color: rgb(102,108,189); }
td.TdClassName
{
border-color: #666CBD;
}
.TagClassName
{
border-color: #666CBD;
}
</style>