#676970

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

Shades of Comet #676970

Tints of Comet #676970

Color information

#676970 (or 0x676970) is unknown color: approx Comet. HEX triplet: 67, 69 and 70. RGB value is (103,105,112). Sum of RGB (Red+Green+Blue) = 103+105+112=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 112 - color contains mainly: blue. Hex color #676970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676970 is #98968F. Grayscale: #696969. Windows color (decimal): -10000016 or 7367015. OLE color: 7367015.

HSL color Cylindrical-coordinate representation of color #676970: hue angle of 226.67º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #676970 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB103105112-
CMYK0.080.0600.56
HSL226.67º4.19%42.16%-
HSV(B)226.67º8.04%43.92%-
XYZ13.5714.1617.35-
YUV105.2131.84126.43-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.19%
GREEN value IS 105 (41.41% from 255) = 32.81%
BLUE value IS 112 (44.14% from 255) = 35%
R=32.19%
G=32.81%
B=35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1031051120.080.0600.56226.674.1942.16
Hex67697086038e342a
Octal147151160106070343452
Binary1100111110100111100001000110011100011100011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676970; }

 p { color: rgb(103,105,112); }

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

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

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

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

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

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

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