#676874

Color #676874 Comet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Comet #676874

Tints of Comet #676874

Color information

#676874 (or 0x676874) is unknown color: approx Comet. HEX triplet: 67, 68 and 74. RGB value is (103,104,116). Sum of RGB (Red+Green+Blue) = 103+104+116=323 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.89% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 116 - color contains mainly: blue. Hex color #676874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676874 is #98978B. Grayscale: #696969. Windows color (decimal): -10000268 or 7628903. OLE color: 7628903.

HSL color Cylindrical-coordinate representation of color #676874: hue angle of 235.38º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #676874 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB103104116-
CMYK0.110.1000.55
HSL235.38º5.94%42.94%-
HSV(B)235.38º11.21%45.49%-
XYZ13.714.0518.51-
YUV105.07134.17126.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 103 (40.62% from 255) = 31.89%
GREEN value IS 104 (41.02% from 255) = 32.20%
BLUE value IS 116 (45.70% from 255) = 35.91%
R=31.89%
G=32.20%
B=35.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1031041160.110.1000.55235.385.9442.94
Hex676874BA037eb62b
Octal1471501641312067353653
Binary11001111101000111010010111010011011111101011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676874; }

 p { color: rgb(103,104,116); }

 H1.HeaderClassName
 {
   color: #676874;
 }
 .AnyTagClassName
 {
   color: #676874;
 }
</style>
background-color css

<style>
 a { background-color: #676874; }

 a { background-color: rgb(103,104,116); }

 div.DivClassName
 {
   background-color: #676874;
 }
 .BgClassName
 {
   background-color: #676874;
 }
</style>
border-color css

<style>
 span { border-color: #676874; }

 span { border-color: rgb(103,104,116); }

 td.TdClassName
 {
   border-color: #676874;
 }
 .TagClassName
 {
   border-color: #676874;
 }
</style>