#60818E

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

Shades of Hoki #60818E

Tints of Hoki #60818E

Color information

#60818E (or 0x60818E) is unknown color: approx Hoki. HEX triplet: 60, 81 and 8E. RGB value is (96,129,142). Sum of RGB (Red+Green+Blue) = 96+129+142=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 142 - color contains mainly: blue. Hex color #60818E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60818E is #9F7E71. Grayscale: #787878. Windows color (decimal): -10452594 or 9339232. OLE color: 9339232.

HSL color Cylindrical-coordinate representation of color #60818E: hue angle of 196.96º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #60818E is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB96129142-
CMYK0.320.0900.44
HSL196.96º19.33%46.67%-
HSV(B)196.96º32.39%55.69%-
XYZ17.5620.1428.55-
YUV120.62140.07110.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.16%
GREEN value IS 129 (50.78% from 255) = 35.15%
BLUE value IS 142 (55.86% from 255) = 38.69%
R=26.16%
G=35.15%
B=38.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal961291420.320.0900.44196.9619.3346.67
Hex60818E20902Cc5132f
Octal14020121640110543052357
Binary11000001000000110001110100000100101011001100010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60818E; }

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

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

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

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

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

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

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

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