Html Css Color HEX #6B1E84 Seance

📋 copy color: '#6B1E84'

red 107 ◦ green 30 ◦ blue 132

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

Shades of Seance #6B1E84

Tints of Seance #6B1E84

RGB

 RED value IS 107 (42.19% from 255) = 39.78%

 GREEN value IS 30 (12.11% from 255) = 11.15%

 BLUE value IS 132 (51.95% from 255) = 49.07%

R = 39.78%
G = 11.15%
B = 49.07%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6B1E84 (or 0x6B1E84) is known color: Seance. HEX triplet: 6B, 1E and 84. RGB value is (107,30,132). Sum of RGB (Red+Green+Blue) = 107+30+132=269 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.78% from 269); Green value is 30 (12.11% from 255 or 11.15% from 269); Blue value is 132 (51.95% from 255 or 49.07% from 269); Max value from RGB is 132 - color contains mainly: blue. Hex color #6B1E84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B1E84 is #94E17B. Grayscale: #404040. Windows color (decimal): -9757052 or 8658539. OLE color: 8658539.

HSL color Cylindrical-coordinate representation of color #6B1E84: hue angle of 285.29º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B1E84 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 107 30 132 -
CMYK 0.19 0.77 0 0.48
HSL 285.29º 0.63% 0.32% -
HSV(B) 285.29º 0.77% 0.52% -
XYZ 10.69 5.72 22.37 -
YUV 64.65 166.01 158.21 -
System Red Green Blue C M Y K H S L
Decimal 107 30 132 0.19 0.77 0 0.48 285.29 0.63 0.32
Hex 6B 1E 84 13 4D 0 30 11D 3F 20
Octal 153 36 204 23 115 0 60 435 77 40
Binary 1101011 11110 10000100 10011 1001101 0 110000 100011101 111111 100000

Color Harmonies of #6B1E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1E84

Black with #6B1E84

Text Example


Text Example

White with #6B1E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,30,132); }

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

background-color css

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

 a { background-color: rgb(107,30,132); }

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

border-color css

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

 span { border-color: rgb(107,30,132); }

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