Shades of Chetwode Blue #666DBC
Tints of Chetwode Blue #666DBC
RGB
CMYK
RGB Variations
Color information
#666DBC (or 0x666DBC) is known color: Chetwode Blue. HEX triplet: 66, 6D and BC. RGB value is (102,109,188). Sum of RGB (Red+Green+Blue) = 102+109+188=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #666DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666DBC is #999243. Grayscale: #737373. Windows color (decimal): -10064452 or 12348774. OLE color: 12348774.
HSL color Cylindrical-coordinate representation of color #666DBC: hue angle of 235.12º degrees, saturation: 0.39, 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 #666DBC is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 109 | 188 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.26 |
| HSL | 235.12º | 0.39% | 0.57% | - |
| HSV(B) | 235.12º | 0.46% | 0.74% | - |
| XYZ | 20.03 | 17.39 | 49.88 | - |
| YUV | 115.91 | 168.68 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 188 | 0.46 | 0.42 | 0 | 0.26 | 235.12 | 0.39 | 0.57 |
| Hex | 66 | 6D | BC | 2E | 2A | 0 | 1A | EB | 27 | 39 |
| Octal | 146 | 155 | 274 | 56 | 52 | 0 | 32 | 353 | 47 | 71 |
| Binary | 1100110 | 1101101 | 10111100 | 101110 | 101010 | 0 | 11010 | 11101011 | 100111 | 111001 |
Color Harmonies of #666DBC
Complementary color
Monochromatic Colors of #666DBC
Black with #666DBC
Text Example
Text Example
White with #666DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666DBC; }
p { color: rgb(102,109,188); }
H1.HeaderClassName
{
color: #666DBC;
}
.AnyTagClassName
{
color: #666DBC;
}
</style>
background-color css
<style>
a { background-color: #666DBC; }
a { background-color: rgb(102,109,188); }
div.DivClassName
{
background-color: #666DBC;
}
.BgClassName
{
background-color: #666DBC;
}
</style>
border-color css
<style>
span { border-color: #666DBC; }
span { border-color: rgb(102,109,188); }
td.TdClassName
{
border-color: #666DBC;
}
.TagClassName
{
border-color: #666DBC;
}
</style>