Html Css Color HEX #698E95 Gothic

📋 copy color: '#698E95'

red 105 ◦ green 142 ◦ blue 149

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

Shades of Gothic #698E95

Tints of Gothic #698E95

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.86%

 BLUE value IS 149 (58.59% from 255) = 37.63%

R = 26.52%
G = 35.86%
B = 37.63%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#698E95 (or 0x698E95) is known color: Gothic. HEX triplet: 69, 8E and 95. RGB value is (105,142,149). Sum of RGB (Red+Green+Blue) = 105+142+149=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 149 - color contains mainly: blue. Hex color #698E95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698E95 is #96716A. Grayscale: #838383. Windows color (decimal): -9859435 or 9801321. OLE color: 9801321.

HSL color Cylindrical-coordinate representation of color #698E95: hue angle of 189.55º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #698E95 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 142 149 -
CMYK 0.30 0.05 0 0.42
HSL 189.55º 0.17% 0.5% -
HSV(B) 189.55º 0.3% 0.58% -
XYZ 20.92 24.52 32.06 -
YUV 131.74 137.74 108.93 -
System Red Green Blue C M Y K H S L
Decimal 105 142 149 0.30 0.05 0 0.42 189.55 0.17 0.5
Hex 69 8E 95 1E 5 0 2A BE 11 32
Octal 151 216 225 36 5 0 52 276 21 62
Binary 1101001 10001110 10010101 11110 101 0 101010 10111110 10001 110010

Color Harmonies of #698E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698E95

Black with #698E95

Text Example


Text Example

White with #698E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,142,149); }

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

background-color css

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

 a { background-color: rgb(105,142,149); }

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

border-color css

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

 span { border-color: rgb(105,142,149); }

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