#698B90

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

Shades of Gothic #698B90

Tints of Gothic #698B90

Color information

#698B90 (or 0x698B90) is unknown color: approx Gothic. HEX triplet: 69, 8B and 90. RGB value is (105,139,144). Sum of RGB (Red+Green+Blue) = 105+139+144=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 139 (54.69% from 255 or 35.82% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 144 - color contains mainly: blue. Hex color #698B90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698B90 is #96746F. Grayscale: #818181. Windows color (decimal): -9860208 or 9472873. OLE color: 9472873.

HSL color Cylindrical-coordinate representation of color #698B90: hue angle of 187.69º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #698B90 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB105139144-
CMYK0.270.0300.44
HSL187.69º15.66%48.82%-
HSV(B)187.69º27.08%56.47%-
XYZ20.0923.4829.86-
YUV129.4136.24110.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.06%
GREEN value IS 139 (54.69% from 255) = 35.82%
BLUE value IS 144 (56.64% from 255) = 37.11%
R=27.06%
G=35.82%
B=37.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1051391440.270.0300.44187.6915.6648.82
Hex698B901B302Cbc1031
Octal1512132203330542742061
Binary11010011000101110010000110111101011001011110010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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