Html Css Color HEX #6B3371 Seance

📋 copy color: '#6B3371'

red 107 ◦ green 51 ◦ blue 113

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

Shades of Seance #6B3371

Tints of Seance #6B3371

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.82%

 BLUE value IS 113 (44.53% from 255) = 41.7%

R = 39.48%
G = 18.82%
B = 41.7%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6B3371 (or 0x6B3371) is known color: Seance. HEX triplet: 6B, 33 and 71. RGB value is (107,51,113). Sum of RGB (Red+Green+Blue) = 107+51+113=271 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.48% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 113 - color contains mainly: blue. Hex color #6B3371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3371 is #94CC8E. Grayscale: #4A4A4A. Windows color (decimal): -9751695 or 7418731. OLE color: 7418731.

HSL color Cylindrical-coordinate representation of color #6B3371: hue angle of 294.19º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B3371 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 107 51 113 -
CMYK 0.05 0.55 0 0.56
HSL 294.19º 0.38% 0.32% -
HSV(B) 294.19º 0.55% 0.44% -
XYZ 10.23 6.69 16.37 -
YUV 74.81 149.55 150.96 -
System Red Green Blue C M Y K H S L
Decimal 107 51 113 0.05 0.55 0 0.56 294.19 0.38 0.32
Hex 6B 33 71 5 37 0 38 126 26 20
Octal 153 63 161 5 67 0 70 446 46 40
Binary 1101011 110011 1110001 101 110111 0 111000 100100110 100110 100000

Color Harmonies of #6B3371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3371

Black with #6B3371

Text Example


Text Example

White with #6B3371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,51,113); }

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

background-color css

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

 a { background-color: rgb(107,51,113); }

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

border-color css

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

 span { border-color: rgb(107,51,113); }

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