#608184

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

Shades of Hoki #608184

Tints of Hoki #608184

Color information

#608184 (or 0x608184) is unknown color: approx Hoki. HEX triplet: 60, 81 and 84. RGB value is (96,129,132). Sum of RGB (Red+Green+Blue) = 96+129+132=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 132 - color contains mainly: blue. Hex color #608184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608184 is #9F7E7B. Grayscale: #777777. Windows color (decimal): -10452604 or 8683872. OLE color: 8683872.

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

Color convert

RGB96129132-
CMYK0.270.0200.48
HSL185º15.79%44.71%-
HSV(B)185º27.27%51.76%-
XYZ16.8419.8524.77-
YUV119.48135.07111.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.89%
GREEN value IS 129 (50.78% from 255) = 36.13%
BLUE value IS 132 (51.95% from 255) = 36.97%
R=26.89%
G=36.13%
B=36.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961291320.270.0200.4818515.7944.71
Hex6081841B2030b9102d
Octal1402012043320602712055
Binary11000001000000110000100110111001100001011100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608184; }

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

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

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

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

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

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

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

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