#676879

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

Shades of Comet #676879

Tints of Comet #676879

Color information

#676879 (or 0x676879) is unknown color: approx Comet. HEX triplet: 67, 68 and 79. RGB value is (103,104,121). Sum of RGB (Red+Green+Blue) = 103+104+121=328 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.40% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 121 - color contains mainly: blue. Hex color #676879 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676879 is #989786. Grayscale: #696969. Windows color (decimal): -10000263 or 7956583. OLE color: 7956583.

HSL color Cylindrical-coordinate representation of color #676879: hue angle of 236.67º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #676879 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB103104121-
CMYK0.150.1400.53
HSL236.67º8.04%43.92%-
HSV(B)236.67º14.88%47.45%-
XYZ1414.1620.09-
YUV105.64136.67126.12-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.40%
GREEN value IS 104 (41.02% from 255) = 31.71%
BLUE value IS 121 (47.66% from 255) = 36.89%
R=31.40%
G=31.71%
B=36.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1031041210.150.1400.53236.678.0443.92
Hex676879FE035ed82c
Octal14715017117160653551054
Binary110011111010001111001111111100110101111011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676879; }

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

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

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

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

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

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

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

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