Html Css Color HEX #6B306D Seance

📋 copy color: '#6B306D'

red 107 ◦ green 48 ◦ blue 109

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

Shades of Seance #6B306D

Tints of Seance #6B306D

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

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

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

Color convert

RGB 107 48 109 -
CMYK 0.02 0.56 0 0.57
HSL 298.03º 0.39% 0.31% -
HSV(B) 298.03º 0.56% 0.43% -
XYZ 9.88 6.34 15.17 -
YUV 72.6 148.55 152.54 -
System Red Green Blue C M Y K H S L
Decimal 107 48 109 0.02 0.56 0 0.57 298.03 0.39 0.31
Hex 6B 30 6D 2 38 0 39 12A 27 1F
Octal 153 60 155 2 70 0 71 452 47 37
Binary 1101011 110000 1101101 10 111000 0 111001 100101010 100111 11111

Color Harmonies of #6B306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B306D

Black with #6B306D

Text Example


Text Example

White with #6B306D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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