Html Css Color HEX #6D9199 Gothic

📋 copy color: '#6D9199'

red 109 ◦ green 145 ◦ blue 153

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

Shades of Gothic #6D9199

Tints of Gothic #6D9199

RGB

 RED value IS 109 (42.97% from 255) = 26.78%

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

 BLUE value IS 153 (60.16% from 255) = 37.59%

R = 26.78%
G = 35.63%
B = 37.59%

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6D9199 (or 0x6D9199) is known color: Gothic. HEX triplet: 6D, 91 and 99. RGB value is (109,145,153). Sum of RGB (Red+Green+Blue) = 109+145+153=407 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.78% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 153 - color contains mainly: blue. Hex color #6D9199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9199 is #926E66. Grayscale: #878787. Windows color (decimal): -9596519 or 10064237. OLE color: 10064237.

HSL color Cylindrical-coordinate representation of color #6D9199: hue angle of 190.91º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D9199 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 109 145 153 -
CMYK 0.29 0.05 0 0.4
HSL 190.91º 0.18% 0.51% -
HSV(B) 190.91º 0.29% 0.6% -
XYZ 22.18 25.8 33.95 -
YUV 135.15 138.07 109.35 -
System Red Green Blue C M Y K H S L
Decimal 109 145 153 0.29 0.05 0 0.4 190.91 0.18 0.51
Hex 6D 91 99 1D 5 0 28 BF 12 33
Octal 155 221 231 35 5 0 50 277 22 63
Binary 1101101 10010001 10011001 11101 101 0 101000 10111111 10010 110011

Color Harmonies of #6D9199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9199

Black with #6D9199

Text Example


Text Example

White with #6D9199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D9199; }

 p { color: rgb(109,145,153); }

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

background-color css

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

 a { background-color: rgb(109,145,153); }

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

border-color css

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

 span { border-color: rgb(109,145,153); }

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