Html Css Color HEX #6B3E68 Seance

📋 copy color: '#6B3E68'

red 107 ◦ green 62 ◦ blue 104

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

Shades of Seance #6B3E68

Tints of Seance #6B3E68

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.71%

 BLUE value IS 104 (41.02% from 255) = 38.1%

R = 39.19%
G = 22.71%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#6B3E68 (or 0x6B3E68) is known color: Seance. HEX triplet: 6B, 3E and 68. RGB value is (107,62,104). Sum of RGB (Red+Green+Blue) = 107+62+104=273 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.19% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3E68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3E68 is #94C197. Grayscale: #505050. Windows color (decimal): -9748888 or 6831723. OLE color: 6831723.

HSL color Cylindrical-coordinate representation of color #6B3E68: hue angle of 304º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6B3E68 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 62 104 -
CMYK 0 0.42 0.03 0.58
HSL 304º 0.27% 0.33% -
HSV(B) 304º 0.42% 0.42% -
XYZ 10.28 7.57 14.02 -
YUV 80.24 141.41 147.08 -
System Red Green Blue C M Y K H S L
Decimal 107 62 104 0 0.42 0.03 0.58 304 0.27 0.33
Hex 6B 3E 68 0 2A 3 3A 130 1B 21
Octal 153 76 150 0 52 3 72 460 33 41
Binary 1101011 111110 1101000 0 101010 11 111010 100110000 11011 100001

Color Harmonies of #6B3E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3E68

Black with #6B3E68

Text Example


Text Example

White with #6B3E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,62,104); }

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

background-color css

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

 a { background-color: rgb(107,62,104); }

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

border-color css

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

 span { border-color: rgb(107,62,104); }

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