#699193

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

Shades of Gothic #699193

Tints of Gothic #699193

Color information

#699193 (or 0x699193) is unknown color: approx Gothic. HEX triplet: 69, 91 and 93. RGB value is (105,145,147). Sum of RGB (Red+Green+Blue) = 105+145+147=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 147 - color contains mainly: blue. Hex color #699193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699193 is #966E6C. Grayscale: #858585. Windows color (decimal): -9858669 or 9671017. OLE color: 9671017.

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

Color convert

RGB105145147-
CMYK0.290.0100.42
HSL182.86º16.67%49.41%-
HSV(B)182.86º28.57%57.65%-
XYZ21.2225.3631.38-
YUV133.27135.75107.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.45%
GREEN value IS 145 (57.03% from 255) = 36.52%
BLUE value IS 147 (57.81% from 255) = 37.03%
R=26.45%
G=36.52%
B=37.03%

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
Decimal1051451470.290.0100.42182.8616.6749.41
Hex6991931D102Ab71131
Octal1512212233510522672161
Binary1101001100100011001001111101101010101011011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699193; }

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

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

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

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

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

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

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

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