Html Css Color HEX #699295 Gothic

📋 copy color: '#699295'

red 105 ◦ green 146 ◦ blue 149

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

Shades of Gothic #699295

Tints of Gothic #699295

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.5%

 BLUE value IS 149 (58.59% from 255) = 37.25%

R = 26.25%
G = 36.5%
B = 37.25%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#699295 (or 0x699295) is known color: Gothic. HEX triplet: 69, 92 and 95. RGB value is (105,146,149). Sum of RGB (Red+Green+Blue) = 105+146+149=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 149 - color contains mainly: blue. Hex color #699295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699295 is #966D6A. Grayscale: #868686. Windows color (decimal): -9858411 or 9802345. OLE color: 9802345.

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

Color convert

RGB 105 146 149 -
CMYK 0.30 0.02 0 0.42
HSL 184.09º 0.17% 0.5% -
HSV(B) 184.09º 0.3% 0.58% -
XYZ 21.53 25.73 32.27 -
YUV 134.08 136.42 107.26 -
System Red Green Blue C M Y K H S L
Decimal 105 146 149 0.30 0.02 0 0.42 184.09 0.17 0.5
Hex 69 92 95 1E 2 0 2A B8 11 32
Octal 151 222 225 36 2 0 52 270 21 62
Binary 1101001 10010010 10010101 11110 10 0 101010 10111000 10001 110010

Color Harmonies of #699295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699295

Black with #699295

Text Example


Text Example

White with #699295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699295; }

 p { color: rgb(105,146,149); }

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

background-color css

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

 a { background-color: rgb(105,146,149); }

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

border-color css

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

 span { border-color: rgb(105,146,149); }

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