Html Css Color HEX #698590 Gothic

📋 copy color: '#698590'

red 105 ◦ green 133 ◦ blue 144

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

Shades of Gothic #698590

Tints of Gothic #698590

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.82%

 BLUE value IS 144 (56.64% from 255) = 37.7%

R = 27.49%
G = 34.82%
B = 37.7%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#698590 (or 0x698590) is known color: Gothic. HEX triplet: 69, 85 and 90. RGB value is (105,133,144). Sum of RGB (Red+Green+Blue) = 105+133+144=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 144 - color contains mainly: blue. Hex color #698590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698590 is #967A6F. Grayscale: #7D7D7D. Windows color (decimal): -9861744 or 9471337. OLE color: 9471337.

HSL color Cylindrical-coordinate representation of color #698590: hue angle of 196.92º 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 #698590 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 133 144 -
CMYK 0.27 0.08 0 0.44
HSL 196.92º 0.16% 0.49% -
HSV(B) 196.92º 0.27% 0.56% -
XYZ 19.25 21.79 29.58 -
YUV 125.88 138.22 113.11 -
System Red Green Blue C M Y K H S L
Decimal 105 133 144 0.27 0.08 0 0.44 196.92 0.16 0.49
Hex 69 85 90 1B 8 0 2C C5 10 31
Octal 151 205 220 33 10 0 54 305 20 61
Binary 1101001 10000101 10010000 11011 1000 0 101100 11000101 10000 110001

Color Harmonies of #698590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698590

Black with #698590

Text Example


Text Example

White with #698590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698590; }

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

 H1.HeaderClassName
 {
   color: #698590;
 }
 .AnyTagClassName
 {
   color: #698590;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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