Html Css Color HEX #6D949C Gothic

📋 copy color: '#6D949C'

red 109 ◦ green 148 ◦ blue 156

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

Shades of Gothic #6D949C

Tints of Gothic #6D949C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.84%

 BLUE value IS 156 (61.33% from 255) = 37.77%

R = 26.39%
G = 35.84%
B = 37.77%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D949C (or 0x6D949C) is known color: Gothic. HEX triplet: 6D, 94 and 9C. RGB value is (109,148,156). Sum of RGB (Red+Green+Blue) = 109+148+156=413 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.39% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D949C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D949C is #926B63. Grayscale: #898989. Windows color (decimal): -9595748 or 10261613. OLE color: 10261613.

HSL color Cylindrical-coordinate representation of color #6D949C: hue angle of 190.21º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D949C is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 109 148 156 -
CMYK 0.30 0.05 0 0.39
HSL 190.21º 0.19% 0.52% -
HSV(B) 190.21º 0.3% 0.61% -
XYZ 22.9 26.83 35.42 -
YUV 137.25 138.58 107.85 -
System Red Green Blue C M Y K H S L
Decimal 109 148 156 0.30 0.05 0 0.39 190.21 0.19 0.52
Hex 6D 94 9C 1E 5 0 27 BE 13 34
Octal 155 224 234 36 5 0 47 276 23 64
Binary 1101101 10010100 10011100 11110 101 0 100111 10111110 10011 110100

Color Harmonies of #6D949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D949C

Black with #6D949C

Text Example


Text Example

White with #6D949C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,148,156); }

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

background-color css

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

 a { background-color: rgb(109,148,156); }

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

border-color css

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

 span { border-color: rgb(109,148,156); }

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