#699395

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

Shades of Gothic #699395

Tints of Gothic #699395

Color information

#699395 (or 0x699395) is unknown color: approx Gothic. HEX triplet: 69, 93 and 95. RGB value is (105,147,149). Sum of RGB (Red+Green+Blue) = 105+147+149=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 149 - color contains mainly: blue. Hex color #699395 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699395 is #966C6A. Grayscale: #868686. Windows color (decimal): -9858155 or 9802601. OLE color: 9802601.

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

Color convert

RGB105147149-
CMYK0.300.0100.42
HSL182.73º17.32%49.8%-
HSV(B)182.73º29.53%58.43%-
XYZ21.6826.0432.32-
YUV134.67136.09106.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.18%
GREEN value IS 147 (57.81% from 255) = 36.66%
BLUE value IS 149 (58.59% from 255) = 37.16%
R=26.18%
G=36.66%
B=37.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051471490.300.0100.42182.7317.3249.8
Hex6993951E102Ab71132
Octal1512232253610522672162
Binary1101001100100111001010111110101010101011011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699395; }

 p { color: rgb(105,147,149); }

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

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

 a { background-color: rgb(105,147,149); }

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

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

 span { border-color: rgb(105,147,149); }

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