Html Css Color HEX #698385 Gothic

📋 copy color: '#698385'

red 105 ◦ green 131 ◦ blue 133

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

Shades of Gothic #698385

Tints of Gothic #698385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.04%

R = 28.46%
G = 35.5%
B = 36.04%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#698385 (or 0x698385) is known color: Gothic. HEX triplet: 69, 83 and 85. RGB value is (105,131,133). Sum of RGB (Red+Green+Blue) = 105+131+133=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 133 - color contains mainly: blue. Hex color #698385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698385 is #967C7A. Grayscale: #7B7B7B. Windows color (decimal): -9862267 or 8749929. OLE color: 8749929.

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

Color convert

RGB 105 131 133 -
CMYK 0.21 0.02 0 0.48
HSL 184.29º 0.12% 0.47% -
HSV(B) 184.29º 0.21% 0.52% -
XYZ 18.18 20.93 25.27 -
YUV 123.45 133.39 114.84 -
System Red Green Blue C M Y K H S L
Decimal 105 131 133 0.21 0.02 0 0.48 184.29 0.12 0.47
Hex 69 83 85 15 2 0 30 B8 C 2F
Octal 151 203 205 25 2 0 60 270 14 57
Binary 1101001 10000011 10000101 10101 10 0 110000 10111000 1100 101111

Color Harmonies of #698385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698385

Black with #698385

Text Example


Text Example

White with #698385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698385; }

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

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

background-color css

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

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

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

border-color css

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

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

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