Shades of Chetwode Blue #666EB4
Tints of Chetwode Blue #666EB4
RGB
CMYK
RGB Variations
Color information
#666EB4 (or 0x666EB4) is known color: Chetwode Blue. HEX triplet: 66, 6E and B4. RGB value is (102,110,180). Sum of RGB (Red+Green+Blue) = 102+110+180=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 180 (70.70% from 255 or 45.92% from 392); Max value from RGB is 180 - color contains mainly: blue. Hex color #666EB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666EB4 is #99914B. Grayscale: #737373. Windows color (decimal): -10064204 or 11824742. OLE color: 11824742.
HSL color Cylindrical-coordinate representation of color #666EB4: hue angle of 233.85º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #666EB4 is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 110 | 180 | - |
| CMYK | 0.43 | 0.39 | 0 | 0.29 |
| HSL | 233.85º | 0.34% | 0.55% | - |
| HSV(B) | 233.85º | 0.43% | 0.71% | - |
| XYZ | 19.29 | 17.27 | 45.5 | - |
| YUV | 115.59 | 164.35 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 110 | 180 | 0.43 | 0.39 | 0 | 0.29 | 233.85 | 0.34 | 0.55 |
| Hex | 66 | 6E | B4 | 2B | 27 | 0 | 1D | EA | 22 | 37 |
| Octal | 146 | 156 | 264 | 53 | 47 | 0 | 35 | 352 | 42 | 67 |
| Binary | 1100110 | 1101110 | 10110100 | 101011 | 100111 | 0 | 11101 | 11101010 | 100010 | 110111 |
Color Harmonies of #666EB4
Complementary color
Monochromatic Colors of #666EB4
Black with #666EB4
Text Example
Text Example
White with #666EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666EB4; }
p { color: rgb(102,110,180); }
H1.HeaderClassName
{
color: #666EB4;
}
.AnyTagClassName
{
color: #666EB4;
}
</style>
background-color css
<style>
a { background-color: #666EB4; }
a { background-color: rgb(102,110,180); }
div.DivClassName
{
background-color: #666EB4;
}
.BgClassName
{
background-color: #666EB4;
}
</style>
border-color css
<style>
span { border-color: #666EB4; }
span { border-color: rgb(102,110,180); }
td.TdClassName
{
border-color: #666EB4;
}
.TagClassName
{
border-color: #666EB4;
}
</style>