Html Css Color HEX #6F386D Seance

📋 copy color: '#6F386D'

red 111 ◦ green 56 ◦ blue 109

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

Shades of Seance #6F386D

Tints of Seance #6F386D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.29%

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

R = 40.22%
G = 20.29%
B = 39.49%

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

#6F386D (or 0x6F386D) is known color: Seance. HEX triplet: 6F, 38 and 6D. RGB value is (111,56,109). Sum of RGB (Red+Green+Blue) = 111+56+109=276 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.22% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 111 - color contains mainly: red. Hex color #6F386D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F386D is #90C792. Grayscale: #4E4E4E. Windows color (decimal): -9488275 or 7157871. OLE color: 7157871.

HSL color Cylindrical-coordinate representation of color #6F386D: hue angle of 302.18º degrees, saturation: 0.33, 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 #6F386D is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 56 109 -
CMYK 0 0.50 0.02 0.56
HSL 302.18º 0.33% 0.33% -
HSV(B) 302.18º 0.5% 0.44% -
XYZ 10.73 7.31 15.31 -
YUV 78.49 145.22 151.19 -
System Red Green Blue C M Y K H S L
Decimal 111 56 109 0 0.50 0.02 0.56 302.18 0.33 0.33
Hex 6F 38 6D 0 32 2 38 12E 21 21
Octal 157 70 155 0 62 2 70 456 41 41
Binary 1101111 111000 1101101 0 110010 10 111000 100101110 100001 100001

Color Harmonies of #6F386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F386D

Black with #6F386D

Text Example


Text Example

White with #6F386D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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