#688189

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

Shades of Hoki #688189

Tints of Hoki #688189

Color information

#688189 (or 0x688189) is unknown color: approx Hoki. HEX triplet: 68, 81 and 89. RGB value is (104,129,137). Sum of RGB (Red+Green+Blue) = 104+129+137=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 137 - color contains mainly: blue. Hex color #688189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688189 is #977E76. Grayscale: #7A7A7A. Windows color (decimal): -9928311 or 9011560. OLE color: 9011560.

HSL color Cylindrical-coordinate representation of color #688189: hue angle of 194.55º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #688189 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB104129137-
CMYK0.240.0600.46
HSL194.55º13.69%47.25%-
HSV(B)194.55º24.09%53.73%-
XYZ18.0720.4526.66-
YUV122.44136.22114.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.11%
GREEN value IS 129 (50.78% from 255) = 34.86%
BLUE value IS 137 (53.91% from 255) = 37.03%
R=28.11%
G=34.86%
B=37.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1041291370.240.0600.46194.5513.6947.25
Hex68818918602Ec3e2f
Octal1502012113060563031657
Binary11010001000000110001001110001100101110110000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688189; }

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

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

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

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

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

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

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

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