#699398

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

Shades of Gothic #699398

Tints of Gothic #699398

Color information

#699398 (or 0x699398) is unknown color: approx Gothic. HEX triplet: 69, 93 and 98. RGB value is (105,147,152). Sum of RGB (Red+Green+Blue) = 105+147+152=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 152 - color contains mainly: blue. Hex color #699398 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699398 is #966C67. Grayscale: #868686. Windows color (decimal): -9858152 or 9999209. OLE color: 9999209.

HSL color Cylindrical-coordinate representation of color #699398: hue angle of 186.38º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #699398 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB105147152-
CMYK0.310.0300.40
HSL186.38º18.58%50.39%-
HSV(B)186.38º30.92%59.61%-
XYZ21.9326.1433.6-
YUV135.01137.59106.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.99%
GREEN value IS 147 (57.81% from 255) = 36.39%
BLUE value IS 152 (59.77% from 255) = 37.62%
R=25.99%
G=36.39%
B=37.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1051471520.310.0300.40186.3818.5850.39
Hex6993981F3028ba1332
Octal1512232303730502722362
Binary11010011001001110011000111111101010001011101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699398; }

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

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

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

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

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

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

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

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