Shades of Chetwode Blue #66699F
Tints of Chetwode Blue #66699F
RGB
CMYK
RGB Variations
Color information
#66699F (or 0x66699F) is known color: Chetwode Blue. HEX triplet: 66, 69 and 9F. RGB value is (102,105,159). Sum of RGB (Red+Green+Blue) = 102+105+159=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 159 - color contains mainly: blue. Hex color #66699F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66699F is #999660. Grayscale: #6E6E6E. Windows color (decimal): -10065505 or 10447206. OLE color: 10447206.
HSL color Cylindrical-coordinate representation of color #66699F: hue angle of 236.84º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #66699F is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 105 | 159 | - |
| CMYK | 0.36 | 0.34 | 0 | 0.38 |
| HSL | 236.84º | 0.23% | 0.51% | - |
| HSV(B) | 236.84º | 0.36% | 0.62% | - |
| XYZ | 16.79 | 15.43 | 34.89 | - |
| YUV | 110.26 | 155.51 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 105 | 159 | 0.36 | 0.34 | 0 | 0.38 | 236.84 | 0.23 | 0.51 |
| Hex | 66 | 69 | 9F | 24 | 22 | 0 | 26 | ED | 17 | 33 |
| Octal | 146 | 151 | 237 | 44 | 42 | 0 | 46 | 355 | 27 | 63 |
| Binary | 1100110 | 1101001 | 10011111 | 100100 | 100010 | 0 | 100110 | 11101101 | 10111 | 110011 |
Color Harmonies of #66699F
Complementary color
Monochromatic Colors of #66699F
Black with #66699F
Text Example
Text Example
White with #66699F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66699F; }
p { color: rgb(102,105,159); }
H1.HeaderClassName
{
color: #66699F;
}
.AnyTagClassName
{
color: #66699F;
}
</style>
background-color css
<style>
a { background-color: #66699F; }
a { background-color: rgb(102,105,159); }
div.DivClassName
{
background-color: #66699F;
}
.BgClassName
{
background-color: #66699F;
}
</style>
border-color css
<style>
span { border-color: #66699F; }
span { border-color: rgb(102,105,159); }
td.TdClassName
{
border-color: #66699F;
}
.TagClassName
{
border-color: #66699F;
}
</style>