Html Css Color HEX #6B3372 Seance

📋 copy color: '#6B3372'

red 107 ◦ green 51 ◦ blue 114

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

Shades of Seance #6B3372

Tints of Seance #6B3372

RGB

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

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

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

R = 39.34%
G = 18.75%
B = 41.91%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6B3372 (or 0x6B3372) is known color: Seance. HEX triplet: 6B, 33 and 72. RGB value is (107,51,114). Sum of RGB (Red+Green+Blue) = 107+51+114=272 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.34% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 114 (44.92% from 255 or 41.91% from 272); Max value from RGB is 114 - color contains mainly: blue. Hex color #6B3372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3372 is #94CC8D. Grayscale: #4A4A4A. Windows color (decimal): -9751694 or 7484267. OLE color: 7484267.

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

Color convert

RGB 107 51 114 -
CMYK 0.06 0.55 0 0.55
HSL 293.33º 0.38% 0.32% -
HSV(B) 293.33º 0.55% 0.45% -
XYZ 10.28 6.71 16.67 -
YUV 74.93 150.05 150.88 -
System Red Green Blue C M Y K H S L
Decimal 107 51 114 0.06 0.55 0 0.55 293.33 0.38 0.32
Hex 6B 33 72 6 37 0 37 125 26 20
Octal 153 63 162 6 67 0 67 445 46 40
Binary 1101011 110011 1110010 110 110111 0 110111 100100101 100110 100000

Color Harmonies of #6B3372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3372

Black with #6B3372

Text Example


Text Example

White with #6B3372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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