#676982

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

Shades of Comet #676982

Tints of Comet #676982

Color information

#676982 (or 0x676982) is unknown color: approx Comet. HEX triplet: 67, 69 and 82. RGB value is (103,105,130). Sum of RGB (Red+Green+Blue) = 103+105+130=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 130 - color contains mainly: blue. Hex color #676982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676982 is #98967D. Grayscale: #6B6B6B. Windows color (decimal): -9999998 or 8546663. OLE color: 8546663.

HSL color Cylindrical-coordinate representation of color #676982: hue angle of 235.56º 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 #676982 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB103105130-
CMYK0.210.1900.49
HSL235.56º11.59%45.69%-
HSV(B)235.56º20.77%50.98%-
XYZ14.6714.623.16-
YUV107.25140.84124.97-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.47%
GREEN value IS 105 (41.41% from 255) = 31.07%
BLUE value IS 130 (51.17% from 255) = 38.46%
R=30.47%
G=31.07%
B=38.46%

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
Decimal1031051300.210.1900.49235.5611.5945.69
Hex6769821513031ecc2e
Octal14715120225230613541456
Binary110011111010011000001010101100110110001111011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676982; }

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

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

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

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

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

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

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

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