Html Css Color HEX #6B1773 Seance

📋 copy color: '#6B1773'

red 107 ◦ green 23 ◦ blue 115

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

Shades of Seance #6B1773

Tints of Seance #6B1773

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.39%

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

R = 43.67%
G = 9.39%
B = 46.94%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6B1773 (or 0x6B1773) is known color: Seance. HEX triplet: 6B, 17 and 73. RGB value is (107,23,115). Sum of RGB (Red+Green+Blue) = 107+23+115=245 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.67% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 115 - color contains mainly: blue. Hex color #6B1773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1773 is #94E88C. Grayscale: #3A3A3A. Windows color (decimal): -9758861 or 7542635. OLE color: 7542635.

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

Color convert

RGB 107 23 115 -
CMYK 0.07 0.80 0 0.55
HSL 294.78º 0.67% 0.27% -
HSV(B) 294.78º 0.8% 0.45% -
XYZ 9.46 4.98 16.68 -
YUV 58.6 159.83 162.52 -
System Red Green Blue C M Y K H S L
Decimal 107 23 115 0.07 0.80 0 0.55 294.78 0.67 0.27
Hex 6B 17 73 7 50 0 37 127 43 1B
Octal 153 27 163 7 120 0 67 447 103 33
Binary 1101011 10111 1110011 111 1010000 0 110111 100100111 1000011 11011

Color Harmonies of #6B1773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1773

Black with #6B1773

Text Example


Text Example

White with #6B1773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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