Html Css Color HEX #698B95 Gothic

📋 copy color: '#698B95'

red 105 ◦ green 139 ◦ blue 149

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

Shades of Gothic #698B95

Tints of Gothic #698B95

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.37%

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

R = 26.72%
G = 35.37%
B = 37.91%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#698B95 (or 0x698B95) is known color: Gothic. HEX triplet: 69, 8B and 95. RGB value is (105,139,149). Sum of RGB (Red+Green+Blue) = 105+139+149=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 149 - color contains mainly: blue. Hex color #698B95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698B95 is #96746A. Grayscale: #818181. Windows color (decimal): -9860203 or 9800553. OLE color: 9800553.

HSL color Cylindrical-coordinate representation of color #698B95: hue angle of 193.64º 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 #698B95 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 139 149 -
CMYK 0.30 0.07 0 0.42
HSL 193.64º 0.17% 0.5% -
HSV(B) 193.64º 0.3% 0.58% -
XYZ 20.48 23.64 31.92 -
YUV 129.97 138.74 110.19 -
System Red Green Blue C M Y K H S L
Decimal 105 139 149 0.30 0.07 0 0.42 193.64 0.17 0.5
Hex 69 8B 95 1E 7 0 2A C2 11 32
Octal 151 213 225 36 7 0 52 302 21 62
Binary 1101001 10001011 10010101 11110 111 0 101010 11000010 10001 110010

Color Harmonies of #698B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698B95

Black with #698B95

Text Example


Text Example

White with #698B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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