#676877

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

Shades of Comet #676877

Tints of Comet #676877

Color information

#676877 (or 0x676877) is unknown color: approx Comet. HEX triplet: 67, 68 and 77. RGB value is (103,104,119). Sum of RGB (Red+Green+Blue) = 103+104+119=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 119 - color contains mainly: blue. Hex color #676877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676877 is #989788. Grayscale: #696969. Windows color (decimal): -10000265 or 7825511. OLE color: 7825511.

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

Color convert

RGB103104119-
CMYK0.130.1300.53
HSL236.25º7.21%43.53%-
HSV(B)236.25º13.45%46.67%-
XYZ13.8714.1219.45-
YUV105.41135.67126.28-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.60%
GREEN value IS 104 (41.02% from 255) = 31.90%
BLUE value IS 119 (46.88% from 255) = 36.50%
R=31.60%
G=31.90%
B=36.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1031041190.130.1300.53236.257.2143.53
Hex676877DD035ec72c
Octal1471501671515065354754
Binary11001111101000111011111011101011010111101100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676877; }

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

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

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

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

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

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

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

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