Html Css Color HEX #6B3472 Seance

📋 copy color: '#6B3472'

red 107 ◦ green 52 ◦ blue 114

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

Shades of Seance #6B3472

Tints of Seance #6B3472

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.05%

 BLUE value IS 114 (44.92% from 255) = 41.76%

R = 39.19%
G = 19.05%
B = 41.76%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6B3472 (or 0x6B3472) is known color: Seance. HEX triplet: 6B, 34 and 72. RGB value is (107,52,114). Sum of RGB (Red+Green+Blue) = 107+52+114=273 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.19% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 114 - color contains mainly: blue. Hex color #6B3472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3472 is #94CB8D. Grayscale: #4B4B4B. Windows color (decimal): -9751438 or 7484523. OLE color: 7484523.

HSL color Cylindrical-coordinate representation of color #6B3472: hue angle of 293.23º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B3472 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 107 52 114 -
CMYK 0.06 0.54 0 0.55
HSL 293.23º 0.37% 0.33% -
HSV(B) 293.23º 0.54% 0.45% -
XYZ 10.33 6.8 16.69 -
YUV 75.51 149.72 150.46 -
System Red Green Blue C M Y K H S L
Decimal 107 52 114 0.06 0.54 0 0.55 293.23 0.37 0.33
Hex 6B 34 72 6 36 0 37 125 25 21
Octal 153 64 162 6 66 0 67 445 45 41
Binary 1101011 110100 1110010 110 110110 0 110111 100100101 100101 100001

Color Harmonies of #6B3472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3472

Black with #6B3472

Text Example


Text Example

White with #6B3472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,52,114); }

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

background-color css

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

 a { background-color: rgb(107,52,114); }

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

border-color css

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

 span { border-color: rgb(107,52,114); }

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