#6D8185

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

Shades of Hoki #6D8185

Tints of Hoki #6D8185

Color information

#6D8185 (or 0x6D8185) is unknown color: approx Hoki. HEX triplet: 6D, 81 and 85. RGB value is (109,129,133). Sum of RGB (Red+Green+Blue) = 109+129+133=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 129 (50.78% from 255 or 34.77% 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 #6D8185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8185 is #927E7A. Grayscale: #7B7B7B. Windows color (decimal): -9600635 or 8749421. OLE color: 8749421.

HSL color Cylindrical-coordinate representation of color #6D8185: hue angle of 190º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6D8185 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB109129133-
CMYK0.180.0300.48
HSL190º9.92%47.45%-
HSV(B)190º18.05%52.16%-
XYZ18.3920.6525.21-
YUV123.48133.37117.67-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.38%
GREEN value IS 129 (50.78% from 255) = 34.77%
BLUE value IS 133 (52.34% from 255) = 35.85%
R=29.38%
G=34.77%
B=35.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1091291330.180.0300.481909.9247.45
Hex6D8185123030bea2f
Octal1552012052230602761257
Binary1101101100000011000010110010110110000101111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,129,133); }

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

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

 a { background-color: rgb(109,129,133); }

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

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

 span { border-color: rgb(109,129,133); }

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