Html Css Color HEX #6F2E73 Seance

📋 copy color: '#6F2E73'

red 111 ◦ green 46 ◦ blue 115

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

Shades of Seance #6F2E73

Tints of Seance #6F2E73

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.91%

 BLUE value IS 115 (45.31% from 255) = 42.28%

R = 40.81%
G = 16.91%
B = 42.28%

CMYK

 C value IS 0.03

 M value IS 0.6

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6F2E73 (or 0x6F2E73) is known color: Seance. HEX triplet: 6F, 2E and 73. RGB value is (111,46,115). Sum of RGB (Red+Green+Blue) = 111+46+115=272 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.81% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F2E73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2E73 is #90D18C. Grayscale: #494949. Windows color (decimal): -9490829 or 7548527. OLE color: 7548527.

HSL color Cylindrical-coordinate representation of color #6F2E73: hue angle of 296.52º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F2E73 is Cyan = 0.03, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 111 46 115 -
CMYK 0.03 0.6 0 0.55
HSL 296.52º 0.43% 0.32% -
HSV(B) 296.52º 0.6% 0.45% -
XYZ 10.63 6.57 16.93 -
YUV 73.3 151.53 154.89 -
System Red Green Blue C M Y K H S L
Decimal 111 46 115 0.03 0.6 0 0.55 296.52 0.43 0.32
Hex 6F 2E 73 3 3C 0 37 129 2B 20
Octal 157 56 163 3 74 0 67 451 53 40
Binary 1101111 101110 1110011 11 111100 0 110111 100101001 101011 100000

Color Harmonies of #6F2E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2E73

Black with #6F2E73

Text Example


Text Example

White with #6F2E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,46,115); }

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

background-color css

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

 a { background-color: rgb(111,46,115); }

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

border-color css

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

 span { border-color: rgb(111,46,115); }

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