#676A83

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

Shades of Comet #676A83

Tints of Comet #676A83

Color information

#676A83 (or 0x676A83) is unknown color: approx Comet. HEX triplet: 67, 6A and 83. RGB value is (103,106,131). Sum of RGB (Red+Green+Blue) = 103+106+131=340 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.29% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 131 - color contains mainly: blue. Hex color #676A83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676A83 is #98957C. Grayscale: #6B6B6B. Windows color (decimal): -9999741 or 8612455. OLE color: 8612455.

HSL color Cylindrical-coordinate representation of color #676A83: hue angle of 233.57º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #676A83 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB103106131-
CMYK0.210.1900.49
HSL233.57º11.97%45.88%-
HSV(B)233.57º21.37%51.37%-
XYZ14.8414.8323.55-
YUV107.95141.01124.47-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.29%
GREEN value IS 106 (41.80% from 255) = 31.18%
BLUE value IS 131 (51.56% from 255) = 38.53%
R=30.29%
G=31.18%
B=38.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1031061310.210.1900.49233.5711.9745.88
Hex676A831513031eac2e
Octal14715220325230613521456
Binary110011111010101000001110101100110110001111010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676A83; }

 p { color: rgb(103,106,131); }

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

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

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

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

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

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

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