Html Css Color HEX #6A3373 Seance

📋 copy color: '#6A3373'

red 106 ◦ green 51 ◦ blue 115

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

Shades of Seance #6A3373

Tints of Seance #6A3373

RGB

 RED value IS 106 (41.8% from 255) = 38.97%

 GREEN value IS 51 (20.31% from 255) = 18.75%

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

R = 38.97%
G = 18.75%
B = 42.28%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6A3373 (or 0x6A3373) is known color: Seance. HEX triplet: 6A, 33 and 73. RGB value is (106,51,115). Sum of RGB (Red+Green+Blue) = 106+51+115=272 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.97% from 272); Green value is 51 (20.31% from 255 or 18.75% 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 #6A3373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3373 is #95CC8C. Grayscale: #4A4A4A. Windows color (decimal): -9817229 or 7549802. OLE color: 7549802.

HSL color Cylindrical-coordinate representation of color #6A3373: hue angle of 291.56º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A3373 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 106 51 115 -
CMYK 0.08 0.56 0 0.55
HSL 291.56º 0.39% 0.33% -
HSV(B) 291.56º 0.56% 0.45% -
XYZ 10.22 6.67 16.97 -
YUV 74.74 150.72 150.3 -
System Red Green Blue C M Y K H S L
Decimal 106 51 115 0.08 0.56 0 0.55 291.56 0.39 0.33
Hex 6A 33 73 8 38 0 37 124 27 21
Octal 152 63 163 10 70 0 67 444 47 41
Binary 1101010 110011 1110011 1000 111000 0 110111 100100100 100111 100001

Color Harmonies of #6A3373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3373

Black with #6A3373

Text Example


Text Example

White with #6A3373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,51,115); }

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

background-color css

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

 a { background-color: rgb(106,51,115); }

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

border-color css

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

 span { border-color: rgb(106,51,115); }

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