Shades of Comet #676B7B
Tints of Comet #676B7B
RGB
CMYK
RGB Variations
Color information
#676B7B (or 0x676B7B) is known color: Comet. HEX triplet: 67, 6B and 7B. RGB value is (103,107,123). Sum of RGB (Red+Green+Blue) = 103+107+123=333 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.93% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 123 - color contains mainly: blue. Hex color #676B7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676B7B is #989484. Grayscale: #6B6B6B. Windows color (decimal): -9999493 or 8088423. OLE color: 8088423.
HSL color Cylindrical-coordinate representation of color #676B7B: hue angle of 228º degrees, saturation: 0.09, 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 #676B7B is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 107 | 123 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.52 |
| HSL | 228º | 0.09% | 0.44% | - |
| HSV(B) | 228º | 0.16% | 0.48% | - |
| XYZ | 14.43 | 14.83 | 20.84 | - |
| YUV | 107.63 | 136.67 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 107 | 123 | 0.16 | 0.13 | 0 | 0.52 | 228 | 0.09 | 0.44 |
| Hex | 67 | 6B | 7B | 10 | D | 0 | 34 | E4 | 9 | 2C |
| Octal | 147 | 153 | 173 | 20 | 15 | 0 | 64 | 344 | 11 | 54 |
| Binary | 1100111 | 1101011 | 1111011 | 10000 | 1101 | 0 | 110100 | 11100100 | 1001 | 101100 |
Color Harmonies of #676B7B
Complementary color
Monochromatic Colors of #676B7B
Black with #676B7B
Text Example
Text Example
White with #676B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676B7B; }
p { color: rgb(103,107,123); }
H1.HeaderClassName
{
color: #676B7B;
}
.AnyTagClassName
{
color: #676B7B;
}
</style>
background-color css
<style>
a { background-color: #676B7B; }
a { background-color: rgb(103,107,123); }
div.DivClassName
{
background-color: #676B7B;
}
.BgClassName
{
background-color: #676B7B;
}
</style>
border-color css
<style>
span { border-color: #676B7B; }
span { border-color: rgb(103,107,123); }
td.TdClassName
{
border-color: #676B7B;
}
.TagClassName
{
border-color: #676B7B;
}
</style>