Shades of Chetwode Blue #666EBE
Tints of Chetwode Blue #666EBE
RGB
CMYK
RGB Variations
Color information
#666EBE (or 0x666EBE) is known color: Chetwode Blue. HEX triplet: 66, 6E and BE. RGB value is (102,110,190). Sum of RGB (Red+Green+Blue) = 102+110+190=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #666EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666EBE is #999141. Grayscale: #747474. Windows color (decimal): -10064194 or 12480102. OLE color: 12480102.
HSL color Cylindrical-coordinate representation of color #666EBE: hue angle of 234.55º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #666EBE is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 110 | 190 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.25 |
| HSL | 234.55º | 0.4% | 0.57% | - |
| HSV(B) | 234.55º | 0.46% | 0.75% | - |
| XYZ | 20.35 | 17.69 | 51.06 | - |
| YUV | 116.73 | 169.35 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 110 | 190 | 0.46 | 0.42 | 0 | 0.25 | 234.55 | 0.4 | 0.57 |
| Hex | 66 | 6E | BE | 2E | 2A | 0 | 19 | EB | 28 | 39 |
| Octal | 146 | 156 | 276 | 56 | 52 | 0 | 31 | 353 | 50 | 71 |
| Binary | 1100110 | 1101110 | 10111110 | 101110 | 101010 | 0 | 11001 | 11101011 | 101000 | 111001 |
Color Harmonies of #666EBE
Complementary color
Monochromatic Colors of #666EBE
Black with #666EBE
Text Example
Text Example
White with #666EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666EBE; }
p { color: rgb(102,110,190); }
H1.HeaderClassName
{
color: #666EBE;
}
.AnyTagClassName
{
color: #666EBE;
}
</style>
background-color css
<style>
a { background-color: #666EBE; }
a { background-color: rgb(102,110,190); }
div.DivClassName
{
background-color: #666EBE;
}
.BgClassName
{
background-color: #666EBE;
}
</style>
border-color css
<style>
span { border-color: #666EBE; }
span { border-color: rgb(102,110,190); }
td.TdClassName
{
border-color: #666EBE;
}
.TagClassName
{
border-color: #666EBE;
}
</style>