Html Css Color HEX #6B1985 Seance

📋 copy color: '#6B1985'

red 107 ◦ green 25 ◦ blue 133

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

Shades of Seance #6B1985

Tints of Seance #6B1985

RGB

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

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

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

R = 40.38%
G = 9.43%
B = 50.19%

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

#6B1985 (or 0x6B1985) is known color: Seance. HEX triplet: 6B, 19 and 85. RGB value is (107,25,133). Sum of RGB (Red+Green+Blue) = 107+25+133=265 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.38% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #6B1985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B1985 is #94E67A. Grayscale: #3D3D3D. Windows color (decimal): -9758331 or 8722795. OLE color: 8722795.

HSL color Cylindrical-coordinate representation of color #6B1985: hue angle of 285.56º 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 #6B1985 is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 107 25 133 -
CMYK 0.20 0.81 0 0.48
HSL 285.56º 0.68% 0.31% -
HSV(B) 285.56º 0.81% 0.52% -
XYZ 10.64 5.51 22.69 -
YUV 61.83 168.17 160.22 -
System Red Green Blue C M Y K H S L
Decimal 107 25 133 0.20 0.81 0 0.48 285.56 0.68 0.31
Hex 6B 19 85 14 51 0 30 11E 44 1F
Octal 153 31 205 24 121 0 60 436 104 37
Binary 1101011 11001 10000101 10100 1010001 0 110000 100011110 1000100 11111

Color Harmonies of #6B1985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1985

Black with #6B1985

Text Example


Text Example

White with #6B1985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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