Html Css Color HEX #6B1973 Seance

📋 copy color: '#6B1973'

red 107 ◦ green 25 ◦ blue 115

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

Shades of Seance #6B1973

Tints of Seance #6B1973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 46.56%

R = 43.32%
G = 10.12%
B = 46.56%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6B1973 (or 0x6B1973) is known color: Seance. HEX triplet: 6B, 19 and 73. RGB value is (107,25,115). Sum of RGB (Red+Green+Blue) = 107+25+115=247 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.32% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: blue. Hex color #6B1973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1973 is #94E68C. Grayscale: #3B3B3B. Windows color (decimal): -9758349 or 7543147. OLE color: 7543147.

HSL color Cylindrical-coordinate representation of color #6B1973: hue angle of 294.67º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6B1973 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 107 25 115 -
CMYK 0.07 0.78 0 0.55
HSL 294.67º 0.64% 0.27% -
HSV(B) 294.67º 0.78% 0.45% -
XYZ 9.51 5.06 16.7 -
YUV 59.78 159.17 161.68 -
System Red Green Blue C M Y K H S L
Decimal 107 25 115 0.07 0.78 0 0.55 294.67 0.64 0.27
Hex 6B 19 73 7 4E 0 37 127 40 1B
Octal 153 31 163 7 116 0 67 447 100 33
Binary 1101011 11001 1110011 111 1001110 0 110111 100100111 1000000 11011

Color Harmonies of #6B1973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1973

Black with #6B1973

Text Example


Text Example

White with #6B1973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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