#608082

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

Shades of Hoki #608082

Tints of Hoki #608082

Color information

#608082 (or 0x608082) is unknown color: approx Hoki. HEX triplet: 60, 80 and 82. RGB value is (96,128,130). Sum of RGB (Red+Green+Blue) = 96+128+130=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 130 - color contains mainly: blue. Hex color #608082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608082 is #9F7F7D. Grayscale: #767676. Windows color (decimal): -10452862 or 8552544. OLE color: 8552544.

HSL color Cylindrical-coordinate representation of color #608082: hue angle of 183.53º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #608082 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB96128130-
CMYK0.260.0200.49
HSL183.53º15.04%44.31%-
HSV(B)183.53º26.15%50.98%-
XYZ16.5719.5424.02-
YUV118.66134.4111.84-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.12%
GREEN value IS 128 (50.39% from 255) = 36.16%
BLUE value IS 130 (51.17% from 255) = 36.72%
R=27.12%
G=36.16%
B=36.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal961281300.260.0200.49183.5315.0444.31
Hex6080821A2031b8f2c
Octal1402002023220612701754
Binary1100000100000001000001011010100110001101110001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608082; }

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

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

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

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

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

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

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

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