Html Css Color HEX #698C90 Gothic

📋 copy color: '#698C90'

red 105 ◦ green 140 ◦ blue 144

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

Shades of Gothic #698C90

Tints of Gothic #698C90

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.99%

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

R = 26.99%
G = 35.99%
B = 37.02%

CMYK

 C value IS 0.27

 M value IS 0.03

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#698C90 (or 0x698C90) is known color: Gothic. HEX triplet: 69, 8C and 90. RGB value is (105,140,144). Sum of RGB (Red+Green+Blue) = 105+140+144=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 144 - color contains mainly: blue. Hex color #698C90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698C90 is #96736F. Grayscale: #818181. Windows color (decimal): -9859952 or 9473129. OLE color: 9473129.

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

Color convert

RGB 105 140 144 -
CMYK 0.27 0.03 0 0.44
HSL 186.15º 0.16% 0.49% -
HSV(B) 186.15º 0.27% 0.56% -
XYZ 20.24 23.77 29.91 -
YUV 129.99 135.9 110.17 -
System Red Green Blue C M Y K H S L
Decimal 105 140 144 0.27 0.03 0 0.44 186.15 0.16 0.49
Hex 69 8C 90 1B 3 0 2C BA 10 31
Octal 151 214 220 33 3 0 54 272 20 61
Binary 1101001 10001100 10010000 11011 11 0 101100 10111010 10000 110001

Color Harmonies of #698C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698C90

Black with #698C90

Text Example


Text Example

White with #698C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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