Shades of Comet #67668A
Tints of Comet #67668A
RGB
CMYK
RGB Variations
Color information
#67668A (or 0x67668A) is known color: Comet. HEX triplet: 67, 66 and 8A. RGB value is (103,102,138). Sum of RGB (Red+Green+Blue) = 103+102+138=343 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.03% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 138 - color contains mainly: blue. Hex color #67668A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67668A is #989975. Grayscale: #6A6A6A. Windows color (decimal): -10000758 or 9070183. OLE color: 9070183.
HSL color Cylindrical-coordinate representation of color #67668A: hue angle of 241.67º 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 #67668A is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 102 | 138 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.46 |
| HSL | 241.67º | 0.15% | 0.47% | - |
| HSV(B) | 241.67º | 0.26% | 0.54% | - |
| XYZ | 14.93 | 14.22 | 26 | - |
| YUV | 106.4 | 145.83 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 102 | 138 | 0.25 | 0.26 | 0 | 0.46 | 241.67 | 0.15 | 0.47 |
| Hex | 67 | 66 | 8A | 19 | 1A | 0 | 2E | F2 | F | 2F |
| Octal | 147 | 146 | 212 | 31 | 32 | 0 | 56 | 362 | 17 | 57 |
| Binary | 1100111 | 1100110 | 10001010 | 11001 | 11010 | 0 | 101110 | 11110010 | 1111 | 101111 |
Color Harmonies of #67668A
Complementary color
Monochromatic Colors of #67668A
Black with #67668A
Text Example
Text Example
White with #67668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67668A; }
p { color: rgb(103,102,138); }
H1.HeaderClassName
{
color: #67668A;
}
.AnyTagClassName
{
color: #67668A;
}
</style>
background-color css
<style>
a { background-color: #67668A; }
a { background-color: rgb(103,102,138); }
div.DivClassName
{
background-color: #67668A;
}
.BgClassName
{
background-color: #67668A;
}
</style>
border-color css
<style>
span { border-color: #67668A; }
span { border-color: rgb(103,102,138); }
td.TdClassName
{
border-color: #67668A;
}
.TagClassName
{
border-color: #67668A;
}
</style>