Html Css Color HEX #6F376D Seance

📋 copy color: '#6F376D'

red 111 ◦ green 55 ◦ blue 109

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

Shades of Seance #6F376D

Tints of Seance #6F376D

RGB

 RED value IS 111 (43.75% from 255) = 40.36%

 GREEN value IS 55 (21.88% from 255) = 20%

 BLUE value IS 109 (42.97% from 255) = 39.64%

R = 40.36%
G = 20%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#6F376D (or 0x6F376D) is known color: Seance. HEX triplet: 6F, 37 and 6D. RGB value is (111,55,109). Sum of RGB (Red+Green+Blue) = 111+55+109=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 111 - color contains mainly: red. Hex color #6F376D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F376D is #90C892. Grayscale: #4D4D4D. Windows color (decimal): -9488531 or 7157615. OLE color: 7157615.

HSL color Cylindrical-coordinate representation of color #6F376D: hue angle of 302.14º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F376D is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 55 109 -
CMYK 0 0.50 0.02 0.56
HSL 302.14º 0.34% 0.33% -
HSV(B) 302.14º 0.5% 0.44% -
XYZ 10.68 7.22 15.3 -
YUV 77.9 145.55 151.61 -
System Red Green Blue C M Y K H S L
Decimal 111 55 109 0 0.50 0.02 0.56 302.14 0.34 0.33
Hex 6F 37 6D 0 32 2 38 12E 22 21
Octal 157 67 155 0 62 2 70 456 42 41
Binary 1101111 110111 1101101 0 110010 10 111000 100101110 100010 100001

Color Harmonies of #6F376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F376D

Black with #6F376D

Text Example


Text Example

White with #6F376D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,55,109); }

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

background-color css

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

 a { background-color: rgb(111,55,109); }

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

border-color css

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

 span { border-color: rgb(111,55,109); }

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