#688286

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

Shades of Hoki #688286

Tints of Hoki #688286

Color information

#688286 (or 0x688286) is unknown color: approx Hoki. HEX triplet: 68, 82 and 86. RGB value is (104,130,134). Sum of RGB (Red+Green+Blue) = 104+130+134=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 134 - color contains mainly: blue. Hex color #688286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688286 is #977D79. Grayscale: #7A7A7A. Windows color (decimal): -9928058 or 8815208. OLE color: 8815208.

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

Color convert

RGB104130134-
CMYK0.220.0300.47
HSL188º12.61%46.67%-
HSV(B)188º22.39%52.55%-
XYZ17.9920.6325.59-
YUV122.68134.39114.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.26%
GREEN value IS 130 (51.17% from 255) = 35.33%
BLUE value IS 134 (52.73% from 255) = 36.41%
R=28.26%
G=35.33%
B=36.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1041301340.220.0300.4718812.6146.67
Hex68828616302Fbcd2f
Octal1502022062630572741557
Binary1101000100000101000011010110110101111101111001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688286; }

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

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

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

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

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

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

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

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