#6C8186

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

Shades of Hoki #6C8186

Tints of Hoki #6C8186

Color information

#6C8186 (or 0x6C8186) is unknown color: approx Hoki. HEX triplet: 6C, 81 and 86. RGB value is (108,129,134). Sum of RGB (Red+Green+Blue) = 108+129+134=371 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.11% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 134 - color contains mainly: blue. Hex color #6C8186 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8186 is #937E79. Grayscale: #7B7B7B. Windows color (decimal): -9666170 or 8814956. OLE color: 8814956.

HSL color Cylindrical-coordinate representation of color #6C8186: hue angle of 191.54º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6C8186 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB108129134-
CMYK0.190.0400.47
HSL191.54º10.74%47.45%-
HSV(B)191.54º19.4%52.55%-
XYZ18.3420.6125.57-
YUV123.29134.04117.09-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.11%
GREEN value IS 129 (50.78% from 255) = 34.77%
BLUE value IS 134 (52.73% from 255) = 36.12%
R=29.11%
G=34.77%
B=36.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1081291340.190.0400.47191.5410.7447.45
Hex6C818613402Fc0b2f
Octal1542012062340573001357
Binary11011001000000110000110100111000101111110000001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,129,134); }

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

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

 a { background-color: rgb(108,129,134); }

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

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

 span { border-color: rgb(108,129,134); }

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