#608185

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

Shades of Hoki #608185

Tints of Hoki #608185

Color information

#608185 (or 0x608185) is unknown color: approx Hoki. HEX triplet: 60, 81 and 85. RGB value is (96,129,133). Sum of RGB (Red+Green+Blue) = 96+129+133=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 133 - color contains mainly: blue. Hex color #608185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608185 is #9F7E7A. Grayscale: #777777. Windows color (decimal): -10452603 or 8749408. OLE color: 8749408.

HSL color Cylindrical-coordinate representation of color #608185: hue angle of 186.49º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #608185 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB96129133-
CMYK0.280.0300.48
HSL186.49º16.16%44.9%-
HSV(B)186.49º27.82%52.16%-
XYZ16.9119.8825.14-
YUV119.59135.57111.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.82%
GREEN value IS 129 (50.78% from 255) = 36.03%
BLUE value IS 133 (52.34% from 255) = 37.15%
R=26.82%
G=36.03%
B=37.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961291330.280.0300.48186.4916.1644.9
Hex6081851C3030ba102d
Octal1402012053430602722055
Binary11000001000000110000101111001101100001011101010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608185; }

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

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

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

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

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

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

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

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