Html Css Color HEX #6B1E73 Seance

📋 copy color: '#6B1E73'

red 107 ◦ green 30 ◦ blue 115

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

Shades of Seance #6B1E73

Tints of Seance #6B1E73

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.9%

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

R = 42.46%
G = 11.9%
B = 45.63%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6B1E73 (or 0x6B1E73) is known color: Seance. HEX triplet: 6B, 1E and 73. RGB value is (107,30,115). Sum of RGB (Red+Green+Blue) = 107+30+115=252 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.46% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 115 - color contains mainly: blue. Hex color #6B1E73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B1E73 is #94E18C. Grayscale: #3E3E3E. Windows color (decimal): -9757069 or 7544427. OLE color: 7544427.

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

Color convert

RGB 107 30 115 -
CMYK 0.07 0.74 0 0.55
HSL 294.35º 0.59% 0.28% -
HSV(B) 294.35º 0.74% 0.45% -
XYZ 9.62 5.29 16.73 -
YUV 62.71 157.51 159.59 -
System Red Green Blue C M Y K H S L
Decimal 107 30 115 0.07 0.74 0 0.55 294.35 0.59 0.28
Hex 6B 1E 73 7 4A 0 37 126 3B 1C
Octal 153 36 163 7 112 0 67 446 73 34
Binary 1101011 11110 1110011 111 1001010 0 110111 100100110 111011 11100

Color Harmonies of #6B1E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1E73

Black with #6B1E73

Text Example


Text Example

White with #6B1E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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