#698B95

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

Shades of Gothic #698B95

Tints of Gothic #698B95

Color information

#698B95 (or 0x698B95) is unknown color: approx Gothic. HEX triplet: 69, 8B and 95. RGB value is (105,139,149). Sum of RGB (Red+Green+Blue) = 105+139+149=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 149 - color contains mainly: blue. Hex color #698B95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698B95 is #96746A. Grayscale: #818181. Windows color (decimal): -9860203 or 9800553. OLE color: 9800553.

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

Color convert

RGB105139149-
CMYK0.300.0700.42
HSL193.64º17.32%49.8%-
HSV(B)193.64º29.53%58.43%-
XYZ20.4823.6431.92-
YUV129.97138.74110.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.72%
GREEN value IS 139 (54.69% from 255) = 35.37%
BLUE value IS 149 (58.59% from 255) = 37.91%
R=26.72%
G=35.37%
B=37.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051391490.300.0700.42193.6417.3249.8
Hex698B951E702Ac21132
Octal1512132253670523022162
Binary110100110001011100101011111011101010101100001010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698B95; }

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

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

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

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

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

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

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

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