Html Css Color HEX #6D959D Gothic

📋 copy color: '#6D959D'

red 109 ◦ green 149 ◦ blue 157

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

Shades of Gothic #6D959D

Tints of Gothic #6D959D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.83%

R = 26.27%
G = 35.9%
B = 37.83%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6D959D (or 0x6D959D) is known color: Gothic. HEX triplet: 6D, 95 and 9D. RGB value is (109,149,157). Sum of RGB (Red+Green+Blue) = 109+149+157=415 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.27% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 157 - color contains mainly: blue. Hex color #6D959D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D959D is #926A62. Grayscale: #898989. Windows color (decimal): -9595491 or 10327405. OLE color: 10327405.

HSL color Cylindrical-coordinate representation of color #6D959D: hue angle of 190º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D959D is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 109 149 157 -
CMYK 0.31 0.05 0 0.38
HSL 190º 0.2% 0.52% -
HSV(B) 190º 0.31% 0.62% -
XYZ 23.14 27.18 35.93 -
YUV 137.95 138.75 107.35 -
System Red Green Blue C M Y K H S L
Decimal 109 149 157 0.31 0.05 0 0.38 190 0.2 0.52
Hex 6D 95 9D 1F 5 0 26 BE 14 34
Octal 155 225 235 37 5 0 46 276 24 64
Binary 1101101 10010101 10011101 11111 101 0 100110 10111110 10100 110100

Color Harmonies of #6D959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D959D

Black with #6D959D

Text Example


Text Example

White with #6D959D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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