#6E7D82

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

Shades of Hoki #6E7D82

Tints of Hoki #6E7D82

Color information

#6E7D82 (or 0x6E7D82) is unknown color: approx Hoki. HEX triplet: 6E, 7D and 82. RGB value is (110,125,130). Sum of RGB (Red+Green+Blue) = 110+125+130=365 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.14% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 130 - color contains mainly: blue. Hex color #6E7D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7D82 is #91827D. Grayscale: #797979. Windows color (decimal): -9536126 or 8551790. OLE color: 8551790.

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

Color convert

RGB110125130-
CMYK0.150.0400.49
HSL195º8.33%47.06%-
HSV(B)195º15.38%50.98%-
XYZ17.7919.5923.96-
YUV121.08133.03120.09-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.14%
GREEN value IS 125 (49.22% from 255) = 34.25%
BLUE value IS 130 (51.17% from 255) = 35.62%
R=30.14%
G=34.25%
B=35.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1101251300.150.0400.491958.3347.06
Hex6E7D82F4031c382f
Octal1561752021740613031057
Binary110111011111011000001011111000110001110000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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