#688892

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

Shades of Gothic #688892

Tints of Gothic #688892

Color information

#688892 (or 0x688892) is unknown color: approx Gothic. HEX triplet: 68, 88 and 92. RGB value is (104,136,146). Sum of RGB (Red+Green+Blue) = 104+136+146=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 146 - color contains mainly: blue. Hex color #688892 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688892 is #97776D. Grayscale: #7F7F7F. Windows color (decimal): -9926510 or 9603176. OLE color: 9603176.

HSL color Cylindrical-coordinate representation of color #688892: hue angle of 194.29º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #688892 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB104136146-
CMYK0.290.0700.43
HSL194.29º16.8%49.02%-
HSV(B)194.29º28.77%57.25%-
XYZ19.722.6330.52-
YUV127.57138.4111.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.94%
GREEN value IS 136 (53.52% from 255) = 35.23%
BLUE value IS 146 (57.42% from 255) = 37.82%
R=26.94%
G=35.23%
B=37.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1041361460.290.0700.43194.2916.849.02
Hex6888921D702Bc21131
Octal1502102223570533022161
Binary110100010001000100100101110111101010111100001010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688892; }

 p { color: rgb(104,136,146); }

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

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

 a { background-color: rgb(104,136,146); }

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

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

 span { border-color: rgb(104,136,146); }

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