Html Css Color HEX #6D306B Seance

📋 copy color: '#6D306B'

red 109 ◦ green 48 ◦ blue 107

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

Shades of Seance #6D306B

Tints of Seance #6D306B

RGB

 RED value IS 109 (42.97% from 255) = 41.29%

 GREEN value IS 48 (19.14% from 255) = 18.18%

 BLUE value IS 107 (42.19% from 255) = 40.53%

R = 41.29%
G = 18.18%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#6D306B (or 0x6D306B) is known color: Seance. HEX triplet: 6D, 30 and 6B. RGB value is (109,48,107). Sum of RGB (Red+Green+Blue) = 109+48+107=264 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.29% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 107 (42.19% from 255 or 40.53% from 264); Max value from RGB is 109 - color contains mainly: red. Hex color #6D306B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D306B is #92CF94. Grayscale: #484848. Windows color (decimal): -9621397 or 7024749. OLE color: 7024749.

HSL color Cylindrical-coordinate representation of color #6D306B: hue angle of 301.97º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D306B is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 48 107 -
CMYK 0 0.56 0.02 0.57
HSL 301.97º 0.39% 0.31% -
HSV(B) 301.97º 0.56% 0.43% -
XYZ 10.02 6.43 14.62 -
YUV 72.97 147.21 153.7 -
System Red Green Blue C M Y K H S L
Decimal 109 48 107 0 0.56 0.02 0.57 301.97 0.39 0.31
Hex 6D 30 6B 0 38 2 39 12E 27 1F
Octal 155 60 153 0 70 2 71 456 47 37
Binary 1101101 110000 1101011 0 111000 10 111001 100101110 100111 11111

Color Harmonies of #6D306B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D306B

Black with #6D306B

Text Example


Text Example

White with #6D306B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,48,107); }

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

background-color css

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

 a { background-color: rgb(109,48,107); }

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

border-color css

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

 span { border-color: rgb(109,48,107); }

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