Html Css Color HEX #6F476B Eminence

📋 copy color: '#6F476B'

red 111 ◦ green 71 ◦ blue 107

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

Shades of Eminence #6F476B

Tints of Eminence #6F476B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.57%

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

R = 38.41%
G = 24.57%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#6F476B (or 0x6F476B) is known color: Eminence. HEX triplet: 6F, 47 and 6B. RGB value is (111,71,107). Sum of RGB (Red+Green+Blue) = 111+71+107=289 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.41% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 111 - color contains mainly: red. Hex color #6F476B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F476B is #90B894. Grayscale: #565656. Windows color (decimal): -9484437 or 7030639. OLE color: 7030639.

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

Color convert

RGB 111 71 107 -
CMYK 0 0.36 0.04 0.56
HSL 306º 0.22% 0.36% -
HSV(B) 306º 0.36% 0.44% -
XYZ 11.46 8.95 15.03 -
YUV 87.06 139.25 145.07 -
System Red Green Blue C M Y K H S L
Decimal 111 71 107 0 0.36 0.04 0.56 306 0.22 0.36
Hex 6F 47 6B 0 24 4 38 132 16 24
Octal 157 107 153 0 44 4 70 462 26 44
Binary 1101111 1000111 1101011 0 100100 100 111000 100110010 10110 100100

Color Harmonies of #6F476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F476B

Black with #6F476B

Text Example


Text Example

White with #6F476B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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