Html Css Color HEX #698384 Gothic

📋 copy color: '#698384'

red 105 ◦ green 131 ◦ blue 132

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

Shades of Gothic #698384

Tints of Gothic #698384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.87%

R = 28.53%
G = 35.6%
B = 35.87%

CMYK

 C value IS 0.20

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#698384 (or 0x698384) is known color: Gothic. HEX triplet: 69, 83 and 84. RGB value is (105,131,132). Sum of RGB (Red+Green+Blue) = 105+131+132=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 132 - color contains mainly: blue. Hex color #698384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698384 is #967C7B. Grayscale: #7B7B7B. Windows color (decimal): -9862268 or 8684393. OLE color: 8684393.

HSL color Cylindrical-coordinate representation of color #698384: hue angle of 182.22º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #698384 is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 131 132 -
CMYK 0.20 0.01 0 0.48
HSL 182.22º 0.11% 0.46% -
HSV(B) 182.22º 0.2% 0.52% -
XYZ 18.11 20.9 24.91 -
YUV 123.34 132.89 114.92 -
System Red Green Blue C M Y K H S L
Decimal 105 131 132 0.20 0.01 0 0.48 182.22 0.11 0.46
Hex 69 83 84 14 1 0 30 B6 B 2E
Octal 151 203 204 24 1 0 60 266 13 56
Binary 1101001 10000011 10000100 10100 1 0 110000 10110110 1011 101110

Color Harmonies of #698384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698384

Black with #698384

Text Example


Text Example

White with #698384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698384; }

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

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

background-color css

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

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

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

border-color css

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

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

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