Shades of Chetwode Blue #666A9C
Tints of Chetwode Blue #666A9C
RGB
CMYK
RGB Variations
Color information
#666A9C (or 0x666A9C) is known color: Chetwode Blue. HEX triplet: 66, 6A and 9C. RGB value is (102,106,156). Sum of RGB (Red+Green+Blue) = 102+106+156=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 156 - color contains mainly: blue. Hex color #666A9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666A9C is #999563. Grayscale: #6E6E6E. Windows color (decimal): -10065252 or 10250854. OLE color: 10250854.
HSL color Cylindrical-coordinate representation of color #666A9C: hue angle of 235.56º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #666A9C is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 106 | 156 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.39 |
| HSL | 235.56º | 0.21% | 0.51% | - |
| HSV(B) | 235.56º | 0.35% | 0.61% | - |
| XYZ | 16.63 | 15.53 | 33.57 | - |
| YUV | 110.5 | 153.67 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 106 | 156 | 0.35 | 0.32 | 0 | 0.39 | 235.56 | 0.21 | 0.51 |
| Hex | 66 | 6A | 9C | 23 | 20 | 0 | 27 | EC | 15 | 33 |
| Octal | 146 | 152 | 234 | 43 | 40 | 0 | 47 | 354 | 25 | 63 |
| Binary | 1100110 | 1101010 | 10011100 | 100011 | 100000 | 0 | 100111 | 11101100 | 10101 | 110011 |
Color Harmonies of #666A9C
Complementary color
Monochromatic Colors of #666A9C
Black with #666A9C
Text Example
Text Example
White with #666A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666A9C; }
p { color: rgb(102,106,156); }
H1.HeaderClassName
{
color: #666A9C;
}
.AnyTagClassName
{
color: #666A9C;
}
</style>
background-color css
<style>
a { background-color: #666A9C; }
a { background-color: rgb(102,106,156); }
div.DivClassName
{
background-color: #666A9C;
}
.BgClassName
{
background-color: #666A9C;
}
</style>
border-color css
<style>
span { border-color: #666A9C; }
span { border-color: rgb(102,106,156); }
td.TdClassName
{
border-color: #666A9C;
}
.TagClassName
{
border-color: #666A9C;
}
</style>