#699197

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

Shades of Gothic #699197

Tints of Gothic #699197

Color information

#699197 (or 0x699197) is unknown color: approx Gothic. HEX triplet: 69, 91 and 97. RGB value is (105,145,151). Sum of RGB (Red+Green+Blue) = 105+145+151=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 151 (59.38% from 255 or 37.66% from 401); Max value from RGB is 151 - color contains mainly: blue. Hex color #699197 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699197 is #966E68. Grayscale: #858585. Windows color (decimal): -9858665 or 9933161. OLE color: 9933161.

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

Color convert

RGB105145151-
CMYK0.300.0400.41
HSL187.83º18.11%50.2%-
HSV(B)187.83º30.46%59.22%-
XYZ21.5425.4933.06-
YUV133.72137.75107.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.18%
GREEN value IS 145 (57.03% from 255) = 36.16%
BLUE value IS 151 (59.38% from 255) = 37.66%
R=26.18%
G=36.16%
B=37.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1051451510.300.0400.41187.8318.1150.2
Hex6991971E4029bc1232
Octal1512212273640512742262
Binary110100110010001100101111111010001010011011110010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699197; }

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

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

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

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

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

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

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

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