#689196

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

Shades of Gothic #689196

Tints of Gothic #689196

Color information

#689196 (or 0x689196) is unknown color: approx Gothic. HEX triplet: 68, 91 and 96. RGB value is (104,145,150). Sum of RGB (Red+Green+Blue) = 104+145+150=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 150 - color contains mainly: blue. Hex color #689196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689196 is #976E69. Grayscale: #858585. Windows color (decimal): -9924202 or 9867624. OLE color: 9867624.

HSL color Cylindrical-coordinate representation of color #689196: hue angle of 186.52º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #689196 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB104145150-
CMYK0.310.0300.41
HSL186.52º18.11%49.8%-
HSV(B)186.52º30.67%58.82%-
XYZ21.3425.432.63-
YUV133.31137.42107.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.07%
GREEN value IS 145 (57.03% from 255) = 36.34%
BLUE value IS 150 (58.98% from 255) = 37.59%
R=26.07%
G=36.34%
B=37.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1041451500.310.0300.41186.5218.1149.8
Hex6891961F3029bb1232
Octal1502212263730512732262
Binary11010001001000110010110111111101010011011101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689196; }

 p { color: rgb(104,145,150); }

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

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

 a { background-color: rgb(104,145,150); }

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

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

 span { border-color: rgb(104,145,150); }

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