Html Css Color HEX #6A1985 Seance

📋 copy color: '#6A1985'

red 106 ◦ green 25 ◦ blue 133

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

Shades of Seance #6A1985

Tints of Seance #6A1985

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.47%

 BLUE value IS 133 (52.34% from 255) = 50.38%

R = 40.15%
G = 9.47%
B = 50.38%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6A1985 (or 0x6A1985) is known color: Seance. HEX triplet: 6A, 19 and 85. RGB value is (106,25,133). Sum of RGB (Red+Green+Blue) = 106+25+133=264 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.15% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #6A1985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A1985 is #95E67A. Grayscale: #3D3D3D. Windows color (decimal): -9823867 or 8722794. OLE color: 8722794.

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

Color convert

RGB 106 25 133 -
CMYK 0.20 0.81 0 0.48
HSL 285º 0.68% 0.31% -
HSV(B) 285º 0.81% 0.52% -
XYZ 10.53 5.45 22.69 -
YUV 61.53 168.34 159.72 -
System Red Green Blue C M Y K H S L
Decimal 106 25 133 0.20 0.81 0 0.48 285 0.68 0.31
Hex 6A 19 85 14 51 0 30 11D 44 1F
Octal 152 31 205 24 121 0 60 435 104 37
Binary 1101010 11001 10000101 10100 1010001 0 110000 100011101 1000100 11111

Color Harmonies of #6A1985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1985

Black with #6A1985

Text Example


Text Example

White with #6A1985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,25,133); }

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

background-color css

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

 a { background-color: rgb(106,25,133); }

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

border-color css

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

 span { border-color: rgb(106,25,133); }

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