Html Css Color HEX #6D959C Gothic

📋 copy color: '#6D959C'

red 109 ◦ green 149 ◦ blue 156

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

Shades of Gothic #6D959C

Tints of Gothic #6D959C

RGB

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

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

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

R = 26.33%
G = 35.99%
B = 37.68%

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

#6D959C (or 0x6D959C) is known color: Gothic. HEX triplet: 6D, 95 and 9C. RGB value is (109,149,156). Sum of RGB (Red+Green+Blue) = 109+149+156=414 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.33% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D959C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D959C is #926A63. Grayscale: #898989. Windows color (decimal): -9595492 or 10261869. OLE color: 10261869.

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

Color convert

RGB 109 149 156 -
CMYK 0.30 0.04 0 0.39
HSL 188.94º 0.19% 0.52% -
HSV(B) 188.94º 0.3% 0.61% -
XYZ 23.05 27.15 35.48 -
YUV 137.84 138.25 107.43 -
System Red Green Blue C M Y K H S L
Decimal 109 149 156 0.30 0.04 0 0.39 188.94 0.19 0.52
Hex 6D 95 9C 1E 4 0 27 BD 13 34
Octal 155 225 234 36 4 0 47 275 23 64
Binary 1101101 10010101 10011100 11110 100 0 100111 10111101 10011 110100

Color Harmonies of #6D959C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D959C

Black with #6D959C

Text Example


Text Example

White with #6D959C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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