Shades of Chetwode Blue #666BBB
Tints of Chetwode Blue #666BBB
RGB
CMYK
RGB Variations
Color information
#666BBB (or 0x666BBB) is known color: Chetwode Blue. HEX triplet: 66, 6B and BB. RGB value is (102,107,187). Sum of RGB (Red+Green+Blue) = 102+107+187=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #666BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666BBB is #999444. Grayscale: #727272. Windows color (decimal): -10064965 or 12282726. OLE color: 12282726.
HSL color Cylindrical-coordinate representation of color #666BBB: hue angle of 236.47º 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 #666BBB is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 107 | 187 | - |
| CMYK | 0.45 | 0.43 | 0 | 0.27 |
| HSL | 236.47º | 0.38% | 0.57% | - |
| HSV(B) | 236.47º | 0.45% | 0.73% | - |
| XYZ | 19.71 | 16.93 | 49.24 | - |
| YUV | 114.63 | 168.84 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 187 | 0.45 | 0.43 | 0 | 0.27 | 236.47 | 0.38 | 0.57 |
| Hex | 66 | 6B | BB | 2D | 2B | 0 | 1B | EC | 26 | 39 |
| Octal | 146 | 153 | 273 | 55 | 53 | 0 | 33 | 354 | 46 | 71 |
| Binary | 1100110 | 1101011 | 10111011 | 101101 | 101011 | 0 | 11011 | 11101100 | 100110 | 111001 |
Color Harmonies of #666BBB
Complementary color
Monochromatic Colors of #666BBB
Black with #666BBB
Text Example
Text Example
White with #666BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666BBB; }
p { color: rgb(102,107,187); }
H1.HeaderClassName
{
color: #666BBB;
}
.AnyTagClassName
{
color: #666BBB;
}
</style>
background-color css
<style>
a { background-color: #666BBB; }
a { background-color: rgb(102,107,187); }
div.DivClassName
{
background-color: #666BBB;
}
.BgClassName
{
background-color: #666BBB;
}
</style>
border-color css
<style>
span { border-color: #666BBB; }
span { border-color: rgb(102,107,187); }
td.TdClassName
{
border-color: #666BBB;
}
.TagClassName
{
border-color: #666BBB;
}
</style>