Html Css Color HEX #698487 Gothic

📋 copy color: '#698487'

red 105 ◦ green 132 ◦ blue 135

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

Shades of Gothic #698487

Tints of Gothic #698487

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.48%

 BLUE value IS 135 (53.13% from 255) = 36.29%

R = 28.23%
G = 35.48%
B = 36.29%

CMYK

 C value IS 0.22

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#698487 (or 0x698487) is known color: Gothic. HEX triplet: 69, 84 and 87. RGB value is (105,132,135). Sum of RGB (Red+Green+Blue) = 105+132+135=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 135 (53.12% from 255 or 36.29% from 372); Max value from RGB is 135 - color contains mainly: blue. Hex color #698487 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698487 is #967B78. Grayscale: #7C7C7C. Windows color (decimal): -9862009 or 8881257. OLE color: 8881257.

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

Color convert

RGB 105 132 135 -
CMYK 0.22 0.02 0 0.47
HSL 186º 0.13% 0.47% -
HSV(B) 186º 0.22% 0.53% -
XYZ 18.45 21.26 26.05 -
YUV 124.27 134.05 114.26 -
System Red Green Blue C M Y K H S L
Decimal 105 132 135 0.22 0.02 0 0.47 186 0.13 0.47
Hex 69 84 87 16 2 0 2F BA C 2F
Octal 151 204 207 26 2 0 57 272 14 57
Binary 1101001 10000100 10000111 10110 10 0 101111 10111010 1100 101111

Color Harmonies of #698487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698487

Black with #698487

Text Example


Text Example

White with #698487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698487; }

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

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

background-color css

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

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

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

border-color css

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

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

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