#6D7D82

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

Shades of Hoki #6D7D82

Tints of Hoki #6D7D82

Color information

#6D7D82 (or 0x6D7D82) is unknown color: approx Hoki. HEX triplet: 6D, 7D and 82. RGB value is (109,125,130). Sum of RGB (Red+Green+Blue) = 109+125+130=364 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.95% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 130 - color contains mainly: blue. Hex color #6D7D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7D82 is #92827D. Grayscale: #787878. Windows color (decimal): -9601662 or 8551789. OLE color: 8551789.

HSL color Cylindrical-coordinate representation of color #6D7D82: hue angle of 194.29º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6D7D82 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB109125130-
CMYK0.160.0400.49
HSL194.29º8.79%46.86%-
HSV(B)194.29º16.15%50.98%-
XYZ17.6719.5323.96-
YUV120.79133.2119.59-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.95%
GREEN value IS 125 (49.22% from 255) = 34.34%
BLUE value IS 130 (51.17% from 255) = 35.71%
R=29.95%
G=34.34%
B=35.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1091251300.160.0400.49194.298.7946.86
Hex6D7D82104031c292f
Octal1551752022040613021157
Binary1101101111110110000010100001000110001110000101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D7D82; }

 p { color: rgb(109,125,130); }

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

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

 a { background-color: rgb(109,125,130); }

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

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

 span { border-color: rgb(109,125,130); }

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