#688187

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

Shades of Hoki #688187

Tints of Hoki #688187

Color information

#688187 (or 0x688187) is unknown color: approx Hoki. HEX triplet: 68, 81 and 87. RGB value is (104,129,135). Sum of RGB (Red+Green+Blue) = 104+129+135=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 135 - color contains mainly: blue. Hex color #688187 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688187 is #977E78. Grayscale: #7A7A7A. Windows color (decimal): -9928313 or 8880488. OLE color: 8880488.

HSL color Cylindrical-coordinate representation of color #688187: hue angle of 191.61º 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 #688187 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB104129135-
CMYK0.230.0400.47
HSL191.61º12.97%46.86%-
HSV(B)191.61º22.96%52.94%-
XYZ17.9320.3925.91-
YUV122.21135.22115.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.26%
GREEN value IS 129 (50.78% from 255) = 35.05%
BLUE value IS 135 (53.12% from 255) = 36.68%
R=28.26%
G=35.05%
B=36.68%

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
Decimal1041291350.230.0400.47191.6112.9746.86
Hex68818717402Fc0d2f
Octal1502012072740573001557
Binary11010001000000110000111101111000101111110000001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688187; }

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

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

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

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

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

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

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

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