#699196

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

Shades of Gothic #699196

Tints of Gothic #699196

Color information

#699196 (or 0x699196) is unknown color: approx Gothic. HEX triplet: 69, 91 and 96. RGB value is (105,145,150). Sum of RGB (Red+Green+Blue) = 105+145+150=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 150 (58.98% from 255 or 37.5% from 400); Max value from RGB is 150 - color contains mainly: blue. Hex color #699196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699196 is #966E69. Grayscale: #858585. Windows color (decimal): -9858666 or 9867625. OLE color: 9867625.

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

Color convert

RGB105145150-
CMYK0.300.0300.41
HSL186.67º17.65%50%-
HSV(B)186.67º30%58.82%-
XYZ21.4625.4632.64-
YUV133.61137.25107.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.25%
GREEN value IS 145 (57.03% from 255) = 36.25%
BLUE value IS 150 (58.98% from 255) = 37.5%
R=26.25%
G=36.25%
B=37.5%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1051451500.300.0300.41186.6717.6550
Hex6991961E3029bb1232
Octal1512212263630512732262
Binary11010011001000110010110111101101010011011101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699196; }

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

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

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

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

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

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

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

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