#699299

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

Shades of Gothic #699299

Tints of Gothic #699299

Color information

#699299 (or 0x699299) is unknown color: approx Gothic. HEX triplet: 69, 92 and 99. RGB value is (105,146,153). Sum of RGB (Red+Green+Blue) = 105+146+153=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 153 - color contains mainly: blue. Hex color #699299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699299 is #966D66. Grayscale: #868686. Windows color (decimal): -9858407 or 10064489. OLE color: 10064489.

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

Color convert

RGB105146153-
CMYK0.310.0500.4
HSL188.75º19.05%50.59%-
HSV(B)188.75º31.37%60%-
XYZ21.8525.8633.98-
YUV134.54138.42106.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.99%
GREEN value IS 146 (57.42% from 255) = 36.14%
BLUE value IS 153 (60.16% from 255) = 37.87%
R=25.99%
G=36.14%
B=37.87%

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
Decimal1051461530.310.0500.4188.7519.0550.59
Hex6992991F5028bd1333
Octal1512222313750502752363
Binary110100110010010100110011111110101010001011110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699299; }

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

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

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

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

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

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

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

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