#699295

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

Shades of Gothic #699295

Tints of Gothic #699295

Color information

#699295 (or 0x699295) is unknown color: approx Gothic. HEX triplet: 69, 92 and 95. RGB value is (105,146,149). Sum of RGB (Red+Green+Blue) = 105+146+149=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 149 - color contains mainly: blue. Hex color #699295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699295 is #966D6A. Grayscale: #868686. Windows color (decimal): -9858411 or 9802345. OLE color: 9802345.

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

Color convert

RGB105146149-
CMYK0.300.0200.42
HSL184.09º17.32%49.8%-
HSV(B)184.09º29.53%58.43%-
XYZ21.5325.7332.27-
YUV134.08136.42107.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.25%
GREEN value IS 146 (57.42% from 255) = 36.5%
BLUE value IS 149 (58.59% from 255) = 37.25%
R=26.25%
G=36.5%
B=37.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051461490.300.0200.42184.0917.3249.8
Hex6992951E202Ab81132
Octal1512222253620522702162
Binary11010011001001010010101111101001010101011100010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699295; }

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

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

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

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

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

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

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

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