Shades of Comet #66698A
Tints of Comet #66698A
RGB
CMYK
RGB Variations
Color information
#66698A (or 0x66698A) is known color: Comet. HEX triplet: 66, 69 and 8A. RGB value is (102,105,138). Sum of RGB (Red+Green+Blue) = 102+105+138=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 138 - color contains mainly: blue. Hex color #66698A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66698A is #999675. Grayscale: #6B6B6B. Windows color (decimal): -10065526 or 9070950. OLE color: 9070950.
HSL color Cylindrical-coordinate representation of color #66698A: hue angle of 235º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #66698A is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 105 | 138 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.46 |
| HSL | 235º | 0.15% | 0.47% | - |
| HSV(B) | 235º | 0.26% | 0.54% | - |
| XYZ | 15.12 | 14.76 | 26.1 | - |
| YUV | 107.87 | 145.01 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 105 | 138 | 0.26 | 0.24 | 0 | 0.46 | 235 | 0.15 | 0.47 |
| Hex | 66 | 69 | 8A | 1A | 18 | 0 | 2E | EB | F | 2F |
| Octal | 146 | 151 | 212 | 32 | 30 | 0 | 56 | 353 | 17 | 57 |
| Binary | 1100110 | 1101001 | 10001010 | 11010 | 11000 | 0 | 101110 | 11101011 | 1111 | 101111 |
Color Harmonies of #66698A
Complementary color
Monochromatic Colors of #66698A
Black with #66698A
Text Example
Text Example
White with #66698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66698A; }
p { color: rgb(102,105,138); }
H1.HeaderClassName
{
color: #66698A;
}
.AnyTagClassName
{
color: #66698A;
}
</style>
background-color css
<style>
a { background-color: #66698A; }
a { background-color: rgb(102,105,138); }
div.DivClassName
{
background-color: #66698A;
}
.BgClassName
{
background-color: #66698A;
}
</style>
border-color css
<style>
span { border-color: #66698A; }
span { border-color: rgb(102,105,138); }
td.TdClassName
{
border-color: #66698A;
}
.TagClassName
{
border-color: #66698A;
}
</style>