Html Css Color HEX #6D959B Gothic

📋 copy color: '#6D959B'

red 109 ◦ green 149 ◦ blue 155

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

Shades of Gothic #6D959B

Tints of Gothic #6D959B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.08%

 BLUE value IS 155 (60.94% from 255) = 37.53%

R = 26.39%
G = 36.08%
B = 37.53%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D959B (or 0x6D959B) is known color: Gothic. HEX triplet: 6D, 95 and 9B. RGB value is (109,149,155). Sum of RGB (Red+Green+Blue) = 109+149+155=413 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.39% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D959B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D959B is #926A64. Grayscale: #898989. Windows color (decimal): -9595493 or 10196333. OLE color: 10196333.

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

Color convert

RGB 109 149 155 -
CMYK 0.30 0.04 0 0.39
HSL 187.83º 0.19% 0.52% -
HSV(B) 187.83º 0.3% 0.61% -
XYZ 22.97 27.11 35.03 -
YUV 137.72 137.75 107.51 -
System Red Green Blue C M Y K H S L
Decimal 109 149 155 0.30 0.04 0 0.39 187.83 0.19 0.52
Hex 6D 95 9B 1E 4 0 27 BC 13 34
Octal 155 225 233 36 4 0 47 274 23 64
Binary 1101101 10010101 10011011 11110 100 0 100111 10111100 10011 110100

Color Harmonies of #6D959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D959B

Black with #6D959B

Text Example


Text Example

White with #6D959B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,149,155); }

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

background-color css

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

 a { background-color: rgb(109,149,155); }

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

border-color css

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

 span { border-color: rgb(109,149,155); }

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