Html Css Color HEX #698992 Gothic

📋 copy color: '#698992'

red 105 ◦ green 137 ◦ blue 146

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

Shades of Gothic #698992

Tints of Gothic #698992

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.31%

 BLUE value IS 146 (57.42% from 255) = 37.63%

R = 27.06%
G = 35.31%
B = 37.63%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#698992 (or 0x698992) is known color: Gothic. HEX triplet: 69, 89 and 92. RGB value is (105,137,146). Sum of RGB (Red+Green+Blue) = 105+137+146=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 146 (57.42% from 255 or 37.63% from 388); Max value from RGB is 146 - color contains mainly: blue. Hex color #698992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698992 is #96766D. Grayscale: #808080. Windows color (decimal): -9860718 or 9603433. OLE color: 9603433.

HSL color Cylindrical-coordinate representation of color #698992: hue angle of 193.17º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #698992 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 137 146 -
CMYK 0.28 0.06 0 0.43
HSL 193.17º 0.16% 0.49% -
HSV(B) 193.17º 0.28% 0.57% -
XYZ 19.96 22.97 30.58 -
YUV 128.46 137.9 111.27 -
System Red Green Blue C M Y K H S L
Decimal 105 137 146 0.28 0.06 0 0.43 193.17 0.16 0.49
Hex 69 89 92 1C 6 0 2B C1 10 31
Octal 151 211 222 34 6 0 53 301 20 61
Binary 1101001 10001001 10010010 11100 110 0 101011 11000001 10000 110001

Color Harmonies of #698992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698992

Black with #698992

Text Example


Text Example

White with #698992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698992; }

 p { color: rgb(105,137,146); }

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

background-color css

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

 a { background-color: rgb(105,137,146); }

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

border-color css

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

 span { border-color: rgb(105,137,146); }

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