#699095

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

Shades of Gothic #699095

Tints of Gothic #699095

Color information

#699095 (or 0x699095) is unknown color: approx Gothic. HEX triplet: 69, 90 and 95. RGB value is (105,144,149). Sum of RGB (Red+Green+Blue) = 105+144+149=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 149 - color contains mainly: blue. Hex color #699095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699095 is #966F6A. Grayscale: #848484. Windows color (decimal): -9858923 or 9801833. OLE color: 9801833.

HSL color Cylindrical-coordinate representation of color #699095: hue angle of 186.82º 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 #699095 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB105144149-
CMYK0.300.0300.42
HSL186.82º17.32%49.8%-
HSV(B)186.82º29.53%58.43%-
XYZ21.2225.1232.16-
YUV132.91137.08108.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.38%
GREEN value IS 144 (56.64% from 255) = 36.18%
BLUE value IS 149 (58.59% from 255) = 37.44%
R=26.38%
G=36.18%
B=37.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051441490.300.0300.42186.8217.3249.8
Hex6990951E302Abb1132
Octal1512202253630522732162
Binary11010011001000010010101111101101010101011101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699095; }

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

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

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

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

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

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

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

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