Html Css Color HEX #699396 Gothic

📋 copy color: '#699396'

red 105 ◦ green 147 ◦ blue 150

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

Shades of Gothic #699396

Tints of Gothic #699396

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.57%

 BLUE value IS 150 (58.98% from 255) = 37.31%

R = 26.12%
G = 36.57%
B = 37.31%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#699396 (or 0x699396) is known color: Gothic. HEX triplet: 69, 93 and 96. RGB value is (105,147,150). Sum of RGB (Red+Green+Blue) = 105+147+150=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 150 - color contains mainly: blue. Hex color #699396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699396 is #966C69. Grayscale: #868686. Windows color (decimal): -9858154 or 9868137. OLE color: 9868137.

HSL color Cylindrical-coordinate representation of color #699396: hue angle of 184º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #699396 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 147 150 -
CMYK 0.30 0.02 0 0.41
HSL 184º 0.18% 0.5% -
HSV(B) 184º 0.3% 0.59% -
XYZ 21.76 26.07 32.74 -
YUV 134.78 136.59 106.76 -
System Red Green Blue C M Y K H S L
Decimal 105 147 150 0.30 0.02 0 0.41 184 0.18 0.5
Hex 69 93 96 1E 2 0 29 B8 12 32
Octal 151 223 226 36 2 0 51 270 22 62
Binary 1101001 10010011 10010110 11110 10 0 101001 10111000 10010 110010

Color Harmonies of #699396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699396

Black with #699396

Text Example


Text Example

White with #699396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699396; }

 p { color: rgb(105,147,150); }

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

background-color css

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

 a { background-color: rgb(105,147,150); }

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

border-color css

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

 span { border-color: rgb(105,147,150); }

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