#676878

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

Shades of Comet #676878

Tints of Comet #676878

Color information

#676878 (or 0x676878) is unknown color: approx Comet. HEX triplet: 67, 68 and 78. RGB value is (103,104,120). Sum of RGB (Red+Green+Blue) = 103+104+120=327 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.50% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 120 - color contains mainly: blue. Hex color #676878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676878 is #989787. Grayscale: #696969. Windows color (decimal): -10000264 or 7891047. OLE color: 7891047.

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

Color convert

RGB103104120-
CMYK0.140.1300.53
HSL236.47º7.62%43.73%-
HSV(B)236.47º14.17%47.06%-
XYZ13.9314.1419.76-
YUV105.52136.17126.2-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.50%
GREEN value IS 104 (41.02% from 255) = 31.80%
BLUE value IS 120 (47.27% from 255) = 36.70%
R=31.50%
G=31.80%
B=36.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1031041200.140.1300.53236.477.6243.73
Hex676878ED035ec82c
Octal14715017016150653541054
Binary110011111010001111000111011010110101111011001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676878; }

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

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

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

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

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

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

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

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