Html Css Color HEX #6A157E Seance

📋 copy color: '#6A157E'

red 106 ◦ green 21 ◦ blue 126

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

Shades of Seance #6A157E

Tints of Seance #6A157E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.3%

 BLUE value IS 126 (49.61% from 255) = 49.8%

R = 41.9%
G = 8.3%
B = 49.8%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6A157E (or 0x6A157E) is known color: Seance. HEX triplet: 6A, 15 and 7E. RGB value is (106,21,126). Sum of RGB (Red+Green+Blue) = 106+21+126=253 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.90% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 126 (49.61% from 255 or 49.80% from 253); Max value from RGB is 126 - color contains mainly: blue. Hex color #6A157E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A157E is #95EA81. Grayscale: #3A3A3A. Windows color (decimal): -9824898 or 8263018. OLE color: 8263018.

HSL color Cylindrical-coordinate representation of color #6A157E: hue angle of 288.57º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6A157E is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 106 21 126 -
CMYK 0.16 0.83 0 0.51
HSL 288.57º 0.71% 0.29% -
HSV(B) 288.57º 0.83% 0.49% -
XYZ 9.98 5.11 20.2 -
YUV 58.39 166.16 161.96 -
System Red Green Blue C M Y K H S L
Decimal 106 21 126 0.16 0.83 0 0.51 288.57 0.71 0.29
Hex 6A 15 7E 10 53 0 33 121 47 1D
Octal 152 25 176 20 123 0 63 441 107 35
Binary 1101010 10101 1111110 10000 1010011 0 110011 100100001 1000111 11101

Color Harmonies of #6A157E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A157E

Black with #6A157E

Text Example


Text Example

White with #6A157E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,21,126); }

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

background-color css

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

 a { background-color: rgb(106,21,126); }

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

border-color css

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

 span { border-color: rgb(106,21,126); }

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