#688182

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

Shades of Hoki #688182

Tints of Hoki #688182

Color information

#688182 (or 0x688182) is unknown color: approx Hoki. HEX triplet: 68, 81 and 82. RGB value is (104,129,130). Sum of RGB (Red+Green+Blue) = 104+129+130=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 130 - color contains mainly: blue. Hex color #688182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688182 is #977E7D. Grayscale: #797979. Windows color (decimal): -9928318 or 8552808. OLE color: 8552808.

HSL color Cylindrical-coordinate representation of color #688182: hue angle of 182.31º 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 #688182 is Cyan = 0.2, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB104129130-
CMYK0.20.0100.49
HSL182.31º11.11%45.88%-
HSV(B)182.31º20%50.98%-
XYZ17.5920.2624.1-
YUV121.64132.72115.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.65%
GREEN value IS 129 (50.78% from 255) = 35.54%
BLUE value IS 130 (51.17% from 255) = 35.81%
R=28.65%
G=35.54%
B=35.81%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041291300.20.0100.49182.3111.1145.88
Hex688182141031b6b2e
Octal1502012022410612661356
Binary110100010000001100000101010010110001101101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688182; }

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

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

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

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

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

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

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

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