#699093

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

Shades of Gothic #699093

Tints of Gothic #699093

Color information

#699093 (or 0x699093) is unknown color: approx Gothic. HEX triplet: 69, 90 and 93. RGB value is (105,144,147). Sum of RGB (Red+Green+Blue) = 105+144+147=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 147 - color contains mainly: blue. Hex color #699093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699093 is #966F6C. Grayscale: #848484. Windows color (decimal): -9858925 or 9670761. OLE color: 9670761.

HSL color Cylindrical-coordinate representation of color #699093: hue angle of 184.29º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #699093 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB105144147-
CMYK0.290.0200.42
HSL184.29º16.67%49.41%-
HSV(B)184.29º28.57%57.65%-
XYZ21.0725.0631.33-
YUV132.68136.08108.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.52%
GREEN value IS 144 (56.64% from 255) = 36.36%
BLUE value IS 147 (57.81% from 255) = 37.12%
R=26.52%
G=36.36%
B=37.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051441470.290.0200.42184.2916.6749.41
Hex6990931D202Ab81131
Octal1512202233520522702161
Binary11010011001000010010011111011001010101011100010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699093; }

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

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

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

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

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

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

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

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