Shades of Chetwode Blue #666DBB
Tints of Chetwode Blue #666DBB
RGB
CMYK
RGB Variations
Color information
#666DBB (or 0x666DBB) is known color: Chetwode Blue. HEX triplet: 66, 6D and BB. RGB value is (102,109,187). Sum of RGB (Red+Green+Blue) = 102+109+187=398 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.63% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #666DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666DBB is #999244. Grayscale: #737373. Windows color (decimal): -10064453 or 12283238. OLE color: 12283238.
HSL color Cylindrical-coordinate representation of color #666DBB: hue angle of 235.06º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #666DBB is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 109 | 187 | - |
| CMYK | 0.45 | 0.42 | 0 | 0.27 |
| HSL | 235.06º | 0.38% | 0.57% | - |
| HSV(B) | 235.06º | 0.45% | 0.73% | - |
| XYZ | 19.92 | 17.35 | 49.31 | - |
| YUV | 115.8 | 168.18 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 187 | 0.45 | 0.42 | 0 | 0.27 | 235.06 | 0.38 | 0.57 |
| Hex | 66 | 6D | BB | 2D | 2A | 0 | 1B | EB | 26 | 39 |
| Octal | 146 | 155 | 273 | 55 | 52 | 0 | 33 | 353 | 46 | 71 |
| Binary | 1100110 | 1101101 | 10111011 | 101101 | 101010 | 0 | 11011 | 11101011 | 100110 | 111001 |
Color Harmonies of #666DBB
Complementary color
Monochromatic Colors of #666DBB
Black with #666DBB
Text Example
Text Example
White with #666DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666DBB; }
p { color: rgb(102,109,187); }
H1.HeaderClassName
{
color: #666DBB;
}
.AnyTagClassName
{
color: #666DBB;
}
</style>
background-color css
<style>
a { background-color: #666DBB; }
a { background-color: rgb(102,109,187); }
div.DivClassName
{
background-color: #666DBB;
}
.BgClassName
{
background-color: #666DBB;
}
</style>
border-color css
<style>
span { border-color: #666DBB; }
span { border-color: rgb(102,109,187); }
td.TdClassName
{
border-color: #666DBB;
}
.TagClassName
{
border-color: #666DBB;
}
</style>