#6C8185

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

Shades of Hoki #6C8185

Tints of Hoki #6C8185

Color information

#6C8185 (or 0x6C8185) is unknown color: approx Hoki. HEX triplet: 6C, 81 and 85. RGB value is (108,129,133). Sum of RGB (Red+Green+Blue) = 108+129+133=370 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.19% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 133 - color contains mainly: blue. Hex color #6C8185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8185 is #937E7A. Grayscale: #7B7B7B. Windows color (decimal): -9666171 or 8749420. OLE color: 8749420.

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

Color convert

RGB108129133-
CMYK0.190.0300.48
HSL189.6º10.37%47.25%-
HSV(B)189.6º18.8%52.16%-
XYZ18.2720.5825.2-
YUV123.18133.54117.17-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.19%
GREEN value IS 129 (50.78% from 255) = 34.86%
BLUE value IS 133 (52.34% from 255) = 35.95%
R=29.19%
G=34.86%
B=35.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1081291330.190.0300.48189.610.3747.25
Hex6C8185133030bea2f
Octal1542012052330602761257
Binary1101100100000011000010110011110110000101111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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