Html Css Color HEX #698788 Gothic

📋 copy color: '#698788'

red 105 ◦ green 135 ◦ blue 136

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

Shades of Gothic #698788

Tints of Gothic #698788

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.9%

 BLUE value IS 136 (53.52% from 255) = 36.17%

R = 27.93%
G = 35.9%
B = 36.17%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#698788 (or 0x698788) is known color: Gothic. HEX triplet: 69, 87 and 88. RGB value is (105,135,136). Sum of RGB (Red+Green+Blue) = 105+135+136=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 136 - color contains mainly: blue. Hex color #698788 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698788 is #967877. Grayscale: #7E7E7E. Windows color (decimal): -9861240 or 8947561. OLE color: 8947561.

HSL color Cylindrical-coordinate representation of color #698788: hue angle of 181.94º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #698788 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 135 136 -
CMYK 0.23 0.01 0 0.47
HSL 181.94º 0.13% 0.47% -
HSV(B) 181.94º 0.23% 0.53% -
XYZ 18.93 22.11 26.56 -
YUV 126.14 133.56 112.92 -
System Red Green Blue C M Y K H S L
Decimal 105 135 136 0.23 0.01 0 0.47 181.94 0.13 0.47
Hex 69 87 88 17 1 0 2F B6 D 2F
Octal 151 207 210 27 1 0 57 266 15 57
Binary 1101001 10000111 10001000 10111 1 0 101111 10110110 1101 101111

Color Harmonies of #698788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698788

Black with #698788

Text Example


Text Example

White with #698788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698788; }

 p { color: rgb(105,135,136); }

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

background-color css

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

 a { background-color: rgb(105,135,136); }

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

border-color css

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

 span { border-color: rgb(105,135,136); }

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