Html Css Color HEX #6F316C Seance

📋 copy color: '#6F316C'

red 111 ◦ green 49 ◦ blue 108

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

Shades of Seance #6F316C

Tints of Seance #6F316C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.28%

 BLUE value IS 108 (42.58% from 255) = 40.3%

R = 41.42%
G = 18.28%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#6F316C (or 0x6F316C) is known color: Seance. HEX triplet: 6F, 31 and 6C. RGB value is (111,49,108). Sum of RGB (Red+Green+Blue) = 111+49+108=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 111 - color contains mainly: red. Hex color #6F316C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F316C is #90CE93. Grayscale: #4A4A4A. Windows color (decimal): -9490068 or 7090543. OLE color: 7090543.

HSL color Cylindrical-coordinate representation of color #6F316C: hue angle of 302.9º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F316C is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 49 108 -
CMYK 0 0.56 0.03 0.56
HSL 302.9º 0.39% 0.31% -
HSV(B) 302.9º 0.56% 0.44% -
XYZ 10.36 6.66 14.93 -
YUV 74.26 147.04 154.2 -
System Red Green Blue C M Y K H S L
Decimal 111 49 108 0 0.56 0.03 0.56 302.9 0.39 0.31
Hex 6F 31 6C 0 38 3 38 12F 27 1F
Octal 157 61 154 0 70 3 70 457 47 37
Binary 1101111 110001 1101100 0 111000 11 111000 100101111 100111 11111

Color Harmonies of #6F316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F316C

Black with #6F316C

Text Example


Text Example

White with #6F316C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,49,108); }

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

background-color css

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

 a { background-color: rgb(111,49,108); }

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

border-color css

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

 span { border-color: rgb(111,49,108); }

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