#698790

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

Shades of Gothic #698790

Tints of Gothic #698790

Color information

#698790 (or 0x698790) is unknown color: approx Gothic. HEX triplet: 69, 87 and 90. RGB value is (105,135,144). Sum of RGB (Red+Green+Blue) = 105+135+144=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 144 - color contains mainly: blue. Hex color #698790 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698790 is #96786F. Grayscale: #7E7E7E. Windows color (decimal): -9861232 or 9471849. OLE color: 9471849.

HSL color Cylindrical-coordinate representation of color #698790: hue angle of 193.85º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #698790 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB105135144-
CMYK0.270.0600.44
HSL193.85º15.66%48.82%-
HSV(B)193.85º27.08%56.47%-
XYZ19.5222.3429.67-
YUV127.06137.56112.27-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.34%
GREEN value IS 135 (53.12% from 255) = 35.16%
BLUE value IS 144 (56.64% from 255) = 37.5%
R=27.34%
G=35.16%
B=37.5%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1051351440.270.0600.44193.8515.6648.82
Hex6987901B602Cc21031
Octal1512072203360543022061
Binary110100110000111100100001101111001011001100001010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698790; }

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

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

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

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

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

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

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

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