Html Css Color HEX #6A1887 Seance

📋 copy color: '#6A1887'

red 106 ◦ green 24 ◦ blue 135

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

Shades of Seance #6A1887

Tints of Seance #6A1887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 50.94%

R = 40%
G = 9.06%
B = 50.94%

CMYK

 C value IS 0.21

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6A1887 (or 0x6A1887) is known color: Seance. HEX triplet: 6A, 18 and 87. RGB value is (106,24,135). Sum of RGB (Red+Green+Blue) = 106+24+135=265 (35% of max value = 765). Red value is 106 (41.80% from 255 or 40% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 135 (53.12% from 255 or 50.94% from 265); Max value from RGB is 135 - color contains mainly: blue. Hex color #6A1887 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A1887 is #95E778. Grayscale: #3C3C3C. Windows color (decimal): -9824121 or 8853610. OLE color: 8853610.

HSL color Cylindrical-coordinate representation of color #6A1887: hue angle of 284.32º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A1887 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 106 24 135 -
CMYK 0.21 0.82 0 0.47
HSL 284.32º 0.7% 0.31% -
HSV(B) 284.32º 0.82% 0.53% -
XYZ 10.64 5.47 23.42 -
YUV 61.17 169.67 159.97 -
System Red Green Blue C M Y K H S L
Decimal 106 24 135 0.21 0.82 0 0.47 284.32 0.7 0.31
Hex 6A 18 87 15 52 0 2F 11C 46 1F
Octal 152 30 207 25 122 0 57 434 106 37
Binary 1101010 11000 10000111 10101 1010010 0 101111 100011100 1000110 11111

Color Harmonies of #6A1887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1887

Black with #6A1887

Text Example


Text Example

White with #6A1887

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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