Html Css Color HEX #699096 Gothic

📋 copy color: '#699096'

red 105 ◦ green 144 ◦ blue 150

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

Shades of Gothic #699096

Tints of Gothic #699096

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.09%

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

R = 26.32%
G = 36.09%
B = 37.59%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#699096 (or 0x699096) is known color: Gothic. HEX triplet: 69, 90 and 96. RGB value is (105,144,150). Sum of RGB (Red+Green+Blue) = 105+144+150=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 150 - color contains mainly: blue. Hex color #699096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699096 is #966F69. Grayscale: #848484. Windows color (decimal): -9858922 or 9867369. OLE color: 9867369.

HSL color Cylindrical-coordinate representation of color #699096: hue angle of 188º 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 #699096 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 144 150 -
CMYK 0.30 0.04 0 0.41
HSL 188º 0.18% 0.5% -
HSV(B) 188º 0.3% 0.59% -
XYZ 21.3 25.15 32.59 -
YUV 133.02 137.58 108.01 -
System Red Green Blue C M Y K H S L
Decimal 105 144 150 0.30 0.04 0 0.41 188 0.18 0.5
Hex 69 90 96 1E 4 0 29 BC 12 32
Octal 151 220 226 36 4 0 51 274 22 62
Binary 1101001 10010000 10010110 11110 100 0 101001 10111100 10010 110010

Color Harmonies of #699096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699096

Black with #699096

Text Example


Text Example

White with #699096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699096; }

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

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

background-color css

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

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

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

border-color css

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

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

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