Shades of Chetwode Blue #666C9B
Tints of Chetwode Blue #666C9B
RGB
CMYK
RGB Variations
Color information
#666C9B (or 0x666C9B) is known color: Chetwode Blue. HEX triplet: 66, 6C and 9B. RGB value is (102,108,155). Sum of RGB (Red+Green+Blue) = 102+108+155=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 155 - color contains mainly: blue. Hex color #666C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666C9B is #999364. Grayscale: #6F6F6F. Windows color (decimal): -10064741 or 10185830. OLE color: 10185830.
HSL color Cylindrical-coordinate representation of color #666C9B: hue angle of 233.21º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #666C9B is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 108 | 155 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.39 |
| HSL | 233.21º | 0.21% | 0.5% | - |
| HSV(B) | 233.21º | 0.34% | 0.61% | - |
| XYZ | 16.76 | 15.92 | 33.2 | - |
| YUV | 111.56 | 152.51 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 108 | 155 | 0.34 | 0.30 | 0 | 0.39 | 233.21 | 0.21 | 0.5 |
| Hex | 66 | 6C | 9B | 22 | 1E | 0 | 27 | E9 | 15 | 32 |
| Octal | 146 | 154 | 233 | 42 | 36 | 0 | 47 | 351 | 25 | 62 |
| Binary | 1100110 | 1101100 | 10011011 | 100010 | 11110 | 0 | 100111 | 11101001 | 10101 | 110010 |
Color Harmonies of #666C9B
Complementary color
Monochromatic Colors of #666C9B
Black with #666C9B
Text Example
Text Example
White with #666C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666C9B; }
p { color: rgb(102,108,155); }
H1.HeaderClassName
{
color: #666C9B;
}
.AnyTagClassName
{
color: #666C9B;
}
</style>
background-color css
<style>
a { background-color: #666C9B; }
a { background-color: rgb(102,108,155); }
div.DivClassName
{
background-color: #666C9B;
}
.BgClassName
{
background-color: #666C9B;
}
</style>
border-color css
<style>
span { border-color: #666C9B; }
span { border-color: rgb(102,108,155); }
td.TdClassName
{
border-color: #666C9B;
}
.TagClassName
{
border-color: #666C9B;
}
</style>