Shades of Chetwode Blue #666FBC
Tints of Chetwode Blue #666FBC
RGB
CMYK
RGB Variations
Color information
#666FBC (or 0x666FBC) is known color: Chetwode Blue. HEX triplet: 66, 6F and BC. RGB value is (102,111,188). Sum of RGB (Red+Green+Blue) = 102+111+188=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #666FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666FBC is #999043. Grayscale: #747474. Windows color (decimal): -10063940 or 12349286. OLE color: 12349286.
HSL color Cylindrical-coordinate representation of color #666FBC: hue angle of 233.72º 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 #666FBC is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 111 | 188 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.26 |
| HSL | 233.72º | 0.39% | 0.57% | - |
| HSV(B) | 233.72º | 0.46% | 0.74% | - |
| XYZ | 20.24 | 17.82 | 49.95 | - |
| YUV | 117.09 | 168.02 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 188 | 0.46 | 0.41 | 0 | 0.26 | 233.72 | 0.39 | 0.57 |
| Hex | 66 | 6F | BC | 2E | 29 | 0 | 1A | EA | 27 | 39 |
| Octal | 146 | 157 | 274 | 56 | 51 | 0 | 32 | 352 | 47 | 71 |
| Binary | 1100110 | 1101111 | 10111100 | 101110 | 101001 | 0 | 11010 | 11101010 | 100111 | 111001 |
Color Harmonies of #666FBC
Complementary color
Monochromatic Colors of #666FBC
Black with #666FBC
Text Example
Text Example
White with #666FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666FBC; }
p { color: rgb(102,111,188); }
H1.HeaderClassName
{
color: #666FBC;
}
.AnyTagClassName
{
color: #666FBC;
}
</style>
background-color css
<style>
a { background-color: #666FBC; }
a { background-color: rgb(102,111,188); }
div.DivClassName
{
background-color: #666FBC;
}
.BgClassName
{
background-color: #666FBC;
}
</style>
border-color css
<style>
span { border-color: #666FBC; }
span { border-color: rgb(102,111,188); }
td.TdClassName
{
border-color: #666FBC;
}
.TagClassName
{
border-color: #666FBC;
}
</style>