#6D7F80

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

Shades of Hoki #6D7F80

Tints of Hoki #6D7F80

Color information

#6D7F80 (or 0x6D7F80) is unknown color: approx Hoki. HEX triplet: 6D, 7F and 80. RGB value is (109,127,128). Sum of RGB (Red+Green+Blue) = 109+127+128=364 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.95% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 128 - color contains mainly: blue. Hex color #6D7F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7F80 is #92807F. Grayscale: #797979. Windows color (decimal): -9601152 or 8421229. OLE color: 8421229.

HSL color Cylindrical-coordinate representation of color #6D7F80: hue angle of 183.16º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6D7F80 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB109127128-
CMYK0.150.0100.50
HSL183.16º8.02%46.47%-
HSV(B)183.16º14.84%50.2%-
XYZ17.7919.9923.34-
YUV121.73131.54118.92-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.95%
GREEN value IS 127 (50% from 255) = 34.89%
BLUE value IS 128 (50.39% from 255) = 35.16%
R=29.95%
G=34.89%
B=35.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1091271280.150.0100.50183.168.0246.47
Hex6D7F80F1032b782e
Octal1551772001710622671056
Binary1101101111111110000000111110110010101101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,127,128); }

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

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

 a { background-color: rgb(109,127,128); }

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

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

 span { border-color: rgb(109,127,128); }

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