Html Css Color HEX #6A1884 Seance

📋 copy color: '#6A1884'

red 106 ◦ green 24 ◦ blue 132

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

Shades of Seance #6A1884

Tints of Seance #6A1884

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.16%

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

R = 40.46%
G = 9.16%
B = 50.38%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6A1884 (or 0x6A1884) is known color: Seance. HEX triplet: 6A, 18 and 84. RGB value is (106,24,132). Sum of RGB (Red+Green+Blue) = 106+24+132=262 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.46% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 132 (51.95% from 255 or 50.38% from 262); Max value from RGB is 132 - color contains mainly: blue. Hex color #6A1884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A1884 is #95E77B. Grayscale: #3C3C3C. Windows color (decimal): -9824124 or 8657002. OLE color: 8657002.

HSL color Cylindrical-coordinate representation of color #6A1884: hue angle of 285.56º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A1884 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 106 24 132 -
CMYK 0.20 0.82 0 0.48
HSL 285.56º 0.69% 0.31% -
HSV(B) 285.56º 0.82% 0.52% -
XYZ 10.44 5.38 22.32 -
YUV 60.83 168.17 160.22 -
System Red Green Blue C M Y K H S L
Decimal 106 24 132 0.20 0.82 0 0.48 285.56 0.69 0.31
Hex 6A 18 84 14 52 0 30 11E 45 1F
Octal 152 30 204 24 122 0 60 436 105 37
Binary 1101010 11000 10000100 10100 1010010 0 110000 100011110 1000101 11111

Color Harmonies of #6A1884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1884

Black with #6A1884

Text Example


Text Example

White with #6A1884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,24,132); }

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

background-color css

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

 a { background-color: rgb(106,24,132); }

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

border-color css

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

 span { border-color: rgb(106,24,132); }

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