#676775

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

Shades of Comet #676775

Tints of Comet #676775

Color information

#676775 (or 0x676775) is unknown color: approx Comet. HEX triplet: 67, 67 and 75. RGB value is (103,103,117). Sum of RGB (Red+Green+Blue) = 103+103+117=323 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.89% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 117 - color contains mainly: blue. Hex color #676775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676775 is #98988A. Grayscale: #686868. Windows color (decimal): -10000523 or 7694183. OLE color: 7694183.

HSL color Cylindrical-coordinate representation of color #676775: hue angle of 240º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #676775 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB103103117-
CMYK0.120.1200.54
HSL240º6.36%43.14%-
HSV(B)240º11.97%45.88%-
XYZ13.6513.8718.79-
YUV104.6135126.86-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.89%
GREEN value IS 103 (40.62% from 255) = 31.89%
BLUE value IS 117 (46.09% from 255) = 36.22%
R=31.89%
G=31.89%
B=36.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1031031170.120.1200.542406.3643.14
Hex676775CC036f062b
Octal1471471651414066360653
Binary11001111100111111010111001100011011011110000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676775; }

 p { color: rgb(103,103,117); }

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

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

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

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

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

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

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