#688287

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

Shades of Hoki #688287

Tints of Hoki #688287

Color information

#688287 (or 0x688287) is unknown color: approx Hoki. HEX triplet: 68, 82 and 87. RGB value is (104,130,135). Sum of RGB (Red+Green+Blue) = 104+130+135=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 135 - color contains mainly: blue. Hex color #688287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688287 is #977D78. Grayscale: #7A7A7A. Windows color (decimal): -9928057 or 8880744. OLE color: 8880744.

HSL color Cylindrical-coordinate representation of color #688287: hue angle of 189.68º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #688287 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB104130135-
CMYK0.230.0400.47
HSL189.68º12.97%46.86%-
HSV(B)189.68º22.96%52.94%-
XYZ18.0620.6625.96-
YUV122.8134.89114.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.18%
GREEN value IS 130 (51.17% from 255) = 35.23%
BLUE value IS 135 (53.12% from 255) = 36.59%
R=28.18%
G=35.23%
B=36.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1041301350.230.0400.47189.6812.9746.86
Hex68828717402Fbed2f
Octal1502022072740572761557
Binary11010001000001010000111101111000101111101111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688287; }

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

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

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

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

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

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

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

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