Html Css Color HEX #6D306E Seance

📋 copy color: '#6D306E'

red 109 ◦ green 48 ◦ blue 110

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

Shades of Seance #6D306E

Tints of Seance #6D306E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 41.2%

R = 40.82%
G = 17.98%
B = 41.2%

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6D306E (or 0x6D306E) is known color: Seance. HEX triplet: 6D, 30 and 6E. RGB value is (109,48,110). Sum of RGB (Red+Green+Blue) = 109+48+110=267 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.82% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 110 - color contains mainly: blue. Hex color #6D306E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D306E is #92CF91. Grayscale: #494949. Windows color (decimal): -9621394 or 7221357. OLE color: 7221357.

HSL color Cylindrical-coordinate representation of color #6D306E: hue angle of 299.03º 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 #6D306E is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 48 110 -
CMYK 0.01 0.56 0 0.57
HSL 299.03º 0.39% 0.31% -
HSV(B) 299.03º 0.56% 0.43% -
XYZ 10.18 6.49 15.47 -
YUV 73.31 148.71 153.46 -
System Red Green Blue C M Y K H S L
Decimal 109 48 110 0.01 0.56 0 0.57 299.03 0.39 0.31
Hex 6D 30 6E 1 38 0 39 12B 27 1F
Octal 155 60 156 1 70 0 71 453 47 37
Binary 1101101 110000 1101110 1 111000 0 111001 100101011 100111 11111

Color Harmonies of #6D306E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D306E

Black with #6D306E

Text Example


Text Example

White with #6D306E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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