Html Css Color HEX #698790 Gothic

📋 copy color: '#698790'

red 105 ◦ green 135 ◦ blue 144

#698790
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gothic #698790

Tints of Gothic #698790

RGB

 RED value IS 105 (41.41% from 255) = 27.34%

 GREEN value IS 135 (53.13% 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 value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#698790 (or 0x698790) is known color: 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

RGB 105 135 144 -
CMYK 0.27 0.06 0 0.44
HSL 193.85º 0.16% 0.49% -
HSV(B) 193.85º 0.27% 0.56% -
XYZ 19.52 22.34 29.67 -
YUV 127.06 137.56 112.27 -
System Red Green Blue C M Y K H S L
Decimal 105 135 144 0.27 0.06 0 0.44 193.85 0.16 0.49
Hex 69 87 90 1B 6 0 2C C2 10 31
Octal 151 207 220 33 6 0 54 302 20 61
Binary 1101001 10000111 10010000 11011 110 0 101100 11000010 10000 110001

Color Harmonies of #698790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698790

Black with #698790

Text Example


Text Example

White with #698790

Text Example


Text Example

HTML Codes & Css Web 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>