Html Css Color HEX #6F376B Seance

📋 copy color: '#6F376B'

red 111 ◦ green 55 ◦ blue 107

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

Shades of Seance #6F376B

Tints of Seance #6F376B

RGB

 RED value IS 111 (43.75% from 255) = 40.66%

 GREEN value IS 55 (21.88% from 255) = 20.15%

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

R = 40.66%
G = 20.15%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#6F376B (or 0x6F376B) is known color: Seance. HEX triplet: 6F, 37 and 6B. RGB value is (111,55,107). Sum of RGB (Red+Green+Blue) = 111+55+107=273 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.66% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 111 - color contains mainly: red. Hex color #6F376B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F376B is #90C894. Grayscale: #4D4D4D. Windows color (decimal): -9488533 or 7026543. OLE color: 7026543.

HSL color Cylindrical-coordinate representation of color #6F376B: hue angle of 304.29º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F376B is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 55 107 -
CMYK 0 0.50 0.04 0.56
HSL 304.29º 0.34% 0.33% -
HSV(B) 304.29º 0.5% 0.44% -
XYZ 10.58 7.17 14.74 -
YUV 77.67 144.55 151.77 -
System Red Green Blue C M Y K H S L
Decimal 111 55 107 0 0.50 0.04 0.56 304.29 0.34 0.33
Hex 6F 37 6B 0 32 4 38 130 22 21
Octal 157 67 153 0 62 4 70 460 42 41
Binary 1101111 110111 1101011 0 110010 100 111000 100110000 100010 100001

Color Harmonies of #6F376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F376B

Black with #6F376B

Text Example


Text Example

White with #6F376B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,55,107); }

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

background-color css

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

 a { background-color: rgb(111,55,107); }

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

border-color css

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

 span { border-color: rgb(111,55,107); }

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