#688082

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

Shades of Hoki #688082

Tints of Hoki #688082

Color information

#688082 (or 0x688082) is unknown color: approx Hoki. HEX triplet: 68, 80 and 82. RGB value is (104,128,130). Sum of RGB (Red+Green+Blue) = 104+128+130=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 130 - color contains mainly: blue. Hex color #688082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688082 is #977F7D. Grayscale: #797979. Windows color (decimal): -9928574 or 8552552. OLE color: 8552552.

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

Color convert

RGB104128130-
CMYK0.20.0200.49
HSL184.62º11.11%45.88%-
HSV(B)184.62º20%50.98%-
XYZ17.4619.9924.06-
YUV121.05133.05115.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.73%
GREEN value IS 128 (50.39% from 255) = 35.36%
BLUE value IS 130 (51.17% from 255) = 35.91%
R=28.73%
G=35.36%
B=35.91%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041281300.20.0200.49184.6211.1145.88
Hex688082142031b9b2e
Octal1502002022420612711356
Binary1101000100000001000001010100100110001101110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688082; }

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

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

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

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

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

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

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

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