#699199

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

Shades of Gothic #699199

Tints of Gothic #699199

Color information

#699199 (or 0x699199) is unknown color: approx Gothic. HEX triplet: 69, 91 and 99. RGB value is (105,145,153). Sum of RGB (Red+Green+Blue) = 105+145+153=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 153 - color contains mainly: blue. Hex color #699199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699199 is #966E66. Grayscale: #858585. Windows color (decimal): -9858663 or 10064233. OLE color: 10064233.

HSL color Cylindrical-coordinate representation of color #699199: hue angle of 190º 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 #699199 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB105145153-
CMYK0.310.0500.4
HSL190º19.05%50.59%-
HSV(B)190º31.37%60%-
XYZ21.725.5533.93-
YUV133.95138.75107.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.05%
GREEN value IS 145 (57.03% from 255) = 35.98%
BLUE value IS 153 (60.16% from 255) = 37.97%
R=26.05%
G=35.98%
B=37.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1051451530.310.0500.419019.0550.59
Hex6991991F5028be1333
Octal1512212313750502762363
Binary110100110010001100110011111110101010001011111010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699199; }

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

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

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

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

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

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

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

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