#6E8085

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

Shades of Hoki #6E8085

Tints of Hoki #6E8085

Color information

#6E8085 (or 0x6E8085) is unknown color: approx Hoki. HEX triplet: 6E, 80 and 85. RGB value is (110,128,133). Sum of RGB (Red+Green+Blue) = 110+128+133=371 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.65% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 133 - color contains mainly: blue. Hex color #6E8085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8085 is #917F7A. Grayscale: #7B7B7B. Windows color (decimal): -9535355 or 8749166. OLE color: 8749166.

HSL color Cylindrical-coordinate representation of color #6E8085: hue angle of 193.04º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6E8085 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB110128133-
CMYK0.170.0400.48
HSL193.04º9.47%47.65%-
HSV(B)193.04º17.29%52.16%-
XYZ18.3820.4525.17-
YUV123.19133.54118.59-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.65%
GREEN value IS 128 (50.39% from 255) = 34.50%
BLUE value IS 133 (52.34% from 255) = 35.85%
R=29.65%
G=34.50%
B=35.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1101281330.170.0400.48193.049.4747.65
Hex6E8085114030c1930
Octal1562002052140603011160
Binary11011101000000010000101100011000110000110000011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,128,133); }

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

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

 a { background-color: rgb(110,128,133); }

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

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

 span { border-color: rgb(110,128,133); }

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