#688083

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

Shades of Hoki #688083

Tints of Hoki #688083

Color information

#688083 (or 0x688083) is unknown color: approx Hoki. HEX triplet: 68, 80 and 83. RGB value is (104,128,131). Sum of RGB (Red+Green+Blue) = 104+128+131=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 131 - color contains mainly: blue. Hex color #688083 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688083 is #977F7C. Grayscale: #797979. Windows color (decimal): -9928573 or 8618088. OLE color: 8618088.

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

Color convert

RGB104128131-
CMYK0.210.0200.49
HSL186.67º11.49%46.08%-
HSV(B)186.67º20.61%51.37%-
XYZ17.5220.0224.41-
YUV121.17133.55115.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.65%
GREEN value IS 128 (50.39% from 255) = 35.26%
BLUE value IS 131 (51.56% from 255) = 36.09%
R=28.65%
G=35.26%
B=36.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041281310.210.0200.49186.6711.4946.08
Hex688083152031bbb2e
Octal1502002032520612731356
Binary1101000100000001000001110101100110001101110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688083; }

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

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

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

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

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

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

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

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