Html Css Color HEX #6F426B Eminence

📋 copy color: '#6F426B'

red 111 ◦ green 66 ◦ blue 107

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

Shades of Eminence #6F426B

Tints of Eminence #6F426B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.24%

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

R = 39.08%
G = 23.24%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#6F426B (or 0x6F426B) is known color: Eminence. HEX triplet: 6F, 42 and 6B. RGB value is (111,66,107). Sum of RGB (Red+Green+Blue) = 111+66+107=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 111 - color contains mainly: red. Hex color #6F426B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F426B is #90BD94. Grayscale: #545454. Windows color (decimal): -9485717 or 7029359. OLE color: 7029359.

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

Color convert

RGB 111 66 107 -
CMYK 0 0.41 0.04 0.56
HSL 305.33º 0.25% 0.35% -
HSV(B) 305.33º 0.41% 0.44% -
XYZ 11.16 8.34 14.93 -
YUV 84.13 140.91 147.17 -
System Red Green Blue C M Y K H S L
Decimal 111 66 107 0 0.41 0.04 0.56 305.33 0.25 0.35
Hex 6F 42 6B 0 29 4 38 131 19 23
Octal 157 102 153 0 51 4 70 461 31 43
Binary 1101111 1000010 1101011 0 101001 100 111000 100110001 11001 100011

Color Harmonies of #6F426B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F426B

Black with #6F426B

Text Example


Text Example

White with #6F426B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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