#676871

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

Shades of Comet #676871

Tints of Comet #676871

Color information

#676871 (or 0x676871) is unknown color: approx Comet. HEX triplet: 67, 68 and 71. RGB value is (103,104,113). Sum of RGB (Red+Green+Blue) = 103+104+113=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 113 - color contains mainly: blue. Hex color #676871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676871 is #98978E. Grayscale: #686868. Windows color (decimal): -10000271 or 7432295. OLE color: 7432295.

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

Color convert

RGB103104113-
CMYK0.090.0800.56
HSL234º4.63%42.35%-
HSV(B)234º8.85%44.31%-
XYZ13.5213.9817.61-
YUV104.73132.67126.77-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.19%
GREEN value IS 104 (41.02% from 255) = 32.5%
BLUE value IS 113 (44.53% from 255) = 35.31%
R=32.19%
G=32.5%
B=35.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1031041130.090.0800.562344.6342.35
Hex67687198038ea52a
Octal1471501611110070352552
Binary11001111101000111000110011000011100011101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676871; }

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

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

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

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

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

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

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

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