#699399

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

Shades of Gothic #699399

Tints of Gothic #699399

Color information

#699399 (or 0x699399) is unknown color: approx Gothic. HEX triplet: 69, 93 and 99. RGB value is (105,147,153). Sum of RGB (Red+Green+Blue) = 105+147+153=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 153 - color contains mainly: blue. Hex color #699399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699399 is #966C66. Grayscale: #878787. Windows color (decimal): -9858151 or 10064745. OLE color: 10064745.

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

Color convert

RGB105147153-
CMYK0.310.0400.4
HSL187.5º19.05%50.59%-
HSV(B)187.5º31.37%60%-
XYZ22.0126.1734.03-
YUV135.13138.09106.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.93%
GREEN value IS 147 (57.81% from 255) = 36.30%
BLUE value IS 153 (60.16% from 255) = 37.78%
R=25.93%
G=36.30%
B=37.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1051471530.310.0400.4187.519.0550.59
Hex6993991F4028bb1333
Octal1512232313740502732363
Binary110100110010011100110011111110001010001011101110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699399; }

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

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

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

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

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

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

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

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