#60828B

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

Shades of Hoki #60828B

Tints of Hoki #60828B

Color information

#60828B (or 0x60828B) is unknown color: approx Hoki. HEX triplet: 60, 82 and 8B. RGB value is (96,130,139). Sum of RGB (Red+Green+Blue) = 96+130+139=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 139 - color contains mainly: blue. Hex color #60828B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60828B is #9F7D74. Grayscale: #787878. Windows color (decimal): -10452341 or 9142880. OLE color: 9142880.

HSL color Cylindrical-coordinate representation of color #60828B: hue angle of 192.56º 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 #60828B is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB96130139-
CMYK0.310.0600.45
HSL192.56º18.3%46.08%-
HSV(B)192.56º30.94%54.51%-
XYZ17.4720.3227.43-
YUV120.86138.24110.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.30%
GREEN value IS 130 (51.17% from 255) = 35.62%
BLUE value IS 139 (54.69% from 255) = 38.08%
R=26.30%
G=35.62%
B=38.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal961301390.310.0600.45192.5618.346.08
Hex60828B1F602Dc1122e
Octal1402022133760553012256
Binary110000010000010100010111111111001011011100000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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