Html Css Color HEX #699193 Gothic

📋 copy color: '#699193'

red 105 ◦ green 145 ◦ blue 147

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

Shades of Gothic #699193

Tints of Gothic #699193

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.52%

 BLUE value IS 147 (57.81% from 255) = 37.03%

R = 26.45%
G = 36.52%
B = 37.03%

CMYK

 C value IS 0.29

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#699193 (or 0x699193) is known color: Gothic. HEX triplet: 69, 91 and 93. RGB value is (105,145,147). Sum of RGB (Red+Green+Blue) = 105+145+147=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 147 - color contains mainly: blue. Hex color #699193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699193 is #966E6C. Grayscale: #858585. Windows color (decimal): -9858669 or 9671017. OLE color: 9671017.

HSL color Cylindrical-coordinate representation of color #699193: hue angle of 182.86º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #699193 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 145 147 -
CMYK 0.29 0.01 0 0.42
HSL 182.86º 0.17% 0.49% -
HSV(B) 182.86º 0.29% 0.58% -
XYZ 21.22 25.36 31.38 -
YUV 133.27 135.75 107.84 -
System Red Green Blue C M Y K H S L
Decimal 105 145 147 0.29 0.01 0 0.42 182.86 0.17 0.49
Hex 69 91 93 1D 1 0 2A B7 11 31
Octal 151 221 223 35 1 0 52 267 21 61
Binary 1101001 10010001 10010011 11101 1 0 101010 10110111 10001 110001

Color Harmonies of #699193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699193

Black with #699193

Text Example


Text Example

White with #699193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699193; }

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

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

background-color css

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

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

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

border-color css

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

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

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