#698388

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

Shades of Gothic #698388

Tints of Gothic #698388

Color information

#698388 (or 0x698388) is unknown color: approx Gothic. HEX triplet: 69, 83 and 88. RGB value is (105,131,136). Sum of RGB (Red+Green+Blue) = 105+131+136=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 136 - color contains mainly: blue. Hex color #698388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698388 is #967C77. Grayscale: #7B7B7B. Windows color (decimal): -9862264 or 8946537. OLE color: 8946537.

HSL color Cylindrical-coordinate representation of color #698388: hue angle of 189.68º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #698388 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB105131136-
CMYK0.230.0400.47
HSL189.68º12.86%47.25%-
HSV(B)189.68º22.79%53.33%-
XYZ18.3921.0126.38-
YUV123.8134.89114.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.23%
GREEN value IS 131 (51.56% from 255) = 35.22%
BLUE value IS 136 (53.52% from 255) = 36.56%
R=28.23%
G=35.22%
B=36.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051311360.230.0400.47189.6812.8647.25
Hex69838817402Fbed2f
Octal1512032102740572761557
Binary11010011000001110001000101111000101111101111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698388; }

 p { color: rgb(105,131,136); }

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

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

 a { background-color: rgb(105,131,136); }

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

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

 span { border-color: rgb(105,131,136); }

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