#60818B

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

Shades of Hoki #60818B

Tints of Hoki #60818B

Color information

#60818B (or 0x60818B) is unknown color: approx Hoki. HEX triplet: 60, 81 and 8B. RGB value is (96,129,139). Sum of RGB (Red+Green+Blue) = 96+129+139=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 139 - color contains mainly: blue. Hex color #60818B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60818B is #9F7E74. Grayscale: #787878. Windows color (decimal): -10452597 or 9142624. OLE color: 9142624.

HSL color Cylindrical-coordinate representation of color #60818B: hue angle of 193.95º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #60818B is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB96129139-
CMYK0.310.0700.45
HSL193.95º18.3%46.08%-
HSV(B)193.95º30.94%54.51%-
XYZ17.3320.0527.38-
YUV120.27138.57110.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.37%
GREEN value IS 129 (50.78% from 255) = 35.44%
BLUE value IS 139 (54.69% from 255) = 38.19%
R=26.37%
G=35.44%
B=38.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal961291390.310.0700.45193.9518.346.08
Hex60818B1F702Dc2122e
Octal1402012133770553022256
Binary110000010000001100010111111111101011011100001010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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