Shades of Comet #676B7A
Tints of Comet #676B7A
RGB
CMYK
RGB Variations
Color information
#676B7A (or 0x676B7A) is known color: Comet. HEX triplet: 67, 6B and 7A. RGB value is (103,107,122). Sum of RGB (Red+Green+Blue) = 103+107+122=332 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.02% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 122 - color contains mainly: blue. Hex color #676B7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676B7A is #989485. Grayscale: #6B6B6B. Windows color (decimal): -9999494 or 8022887. OLE color: 8022887.
HSL color Cylindrical-coordinate representation of color #676B7A: hue angle of 227.37º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #676B7A is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 107 | 122 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.52 |
| HSL | 227.37º | 0.08% | 0.44% | - |
| HSV(B) | 227.37º | 0.16% | 0.48% | - |
| XYZ | 14.36 | 14.8 | 20.51 | - |
| YUV | 107.51 | 136.17 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 107 | 122 | 0.16 | 0.12 | 0 | 0.52 | 227.37 | 0.08 | 0.44 |
| Hex | 67 | 6B | 7A | 10 | C | 0 | 34 | E3 | 8 | 2C |
| Octal | 147 | 153 | 172 | 20 | 14 | 0 | 64 | 343 | 10 | 54 |
| Binary | 1100111 | 1101011 | 1111010 | 10000 | 1100 | 0 | 110100 | 11100011 | 1000 | 101100 |
Color Harmonies of #676B7A
Complementary color
Monochromatic Colors of #676B7A
Black with #676B7A
Text Example
Text Example
White with #676B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676B7A; }
p { color: rgb(103,107,122); }
H1.HeaderClassName
{
color: #676B7A;
}
.AnyTagClassName
{
color: #676B7A;
}
</style>
background-color css
<style>
a { background-color: #676B7A; }
a { background-color: rgb(103,107,122); }
div.DivClassName
{
background-color: #676B7A;
}
.BgClassName
{
background-color: #676B7A;
}
</style>
border-color css
<style>
span { border-color: #676B7A; }
span { border-color: rgb(103,107,122); }
td.TdClassName
{
border-color: #676B7A;
}
.TagClassName
{
border-color: #676B7A;
}
</style>