Html Css Color HEX #698386 Gothic

📋 copy color: '#698386'

red 105 ◦ green 131 ◦ blue 134

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

Shades of Gothic #698386

Tints of Gothic #698386

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.41%

 BLUE value IS 134 (52.73% from 255) = 36.22%

R = 28.38%
G = 35.41%
B = 36.22%

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

#698386 (or 0x698386) is known color: Gothic. HEX triplet: 69, 83 and 86. RGB value is (105,131,134). Sum of RGB (Red+Green+Blue) = 105+131+134=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 134 - color contains mainly: blue. Hex color #698386 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698386 is #967C79. Grayscale: #7B7B7B. Windows color (decimal): -9862266 or 8815465. OLE color: 8815465.

HSL color Cylindrical-coordinate representation of color #698386: hue angle of 186.21º 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 #698386 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 131 134 -
CMYK 0.22 0.02 0 0.47
HSL 186.21º 0.12% 0.47% -
HSV(B) 186.21º 0.22% 0.53% -
XYZ 18.25 20.96 25.64 -
YUV 123.57 133.89 114.76 -
System Red Green Blue C M Y K H S L
Decimal 105 131 134 0.22 0.02 0 0.47 186.21 0.12 0.47
Hex 69 83 86 16 2 0 2F BA C 2F
Octal 151 203 206 26 2 0 57 272 14 57
Binary 1101001 10000011 10000110 10110 10 0 101111 10111010 1100 101111

Color Harmonies of #698386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698386

Black with #698386

Text Example


Text Example

White with #698386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698386; }

 p { color: rgb(105,131,134); }

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

background-color css

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

 a { background-color: rgb(105,131,134); }

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

border-color css

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

 span { border-color: rgb(105,131,134); }

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