#689193

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

Shades of Gothic #689193

Tints of Gothic #689193

Color information

#689193 (or 0x689193) is unknown color: approx Gothic. HEX triplet: 68, 91 and 93. RGB value is (104,145,147). Sum of RGB (Red+Green+Blue) = 104+145+147=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 147 - color contains mainly: blue. Hex color #689193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689193 is #976E6C. Grayscale: #848484. Windows color (decimal): -9924205 or 9671016. OLE color: 9671016.

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

Color convert

RGB104145147-
CMYK0.290.0100.42
HSL182.79º17.13%49.22%-
HSV(B)182.79º29.25%57.65%-
XYZ21.125.331.38-
YUV132.97135.92107.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.26%
GREEN value IS 145 (57.03% from 255) = 36.62%
BLUE value IS 147 (57.81% from 255) = 37.12%
R=26.26%
G=36.62%
B=37.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041451470.290.0100.42182.7917.1349.22
Hex6891931D102Ab71131
Octal1502212233510522672161
Binary1101000100100011001001111101101010101011011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689193; }

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

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

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

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

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

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

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

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