Html Css Color HEX #6F426A Eminence

📋 copy color: '#6F426A'

red 111 ◦ green 66 ◦ blue 106

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

Shades of Eminence #6F426A

Tints of Eminence #6F426A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.46%

R = 39.22%
G = 23.32%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#6F426A (or 0x6F426A) is known color: Eminence. HEX triplet: 6F, 42 and 6A. RGB value is (111,66,106). Sum of RGB (Red+Green+Blue) = 111+66+106=283 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.22% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 111 - color contains mainly: red. Hex color #6F426A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F426A is #90BD95. Grayscale: #535353. Windows color (decimal): -9485718 or 6963823. OLE color: 6963823.

HSL color Cylindrical-coordinate representation of color #6F426A: hue angle of 306.67º 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 #6F426A is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 66 106 -
CMYK 0 0.41 0.05 0.56
HSL 306.67º 0.25% 0.35% -
HSV(B) 306.67º 0.41% 0.44% -
XYZ 11.11 8.32 14.66 -
YUV 84.02 140.41 147.25 -
System Red Green Blue C M Y K H S L
Decimal 111 66 106 0 0.41 0.05 0.56 306.67 0.25 0.35
Hex 6F 42 6A 0 29 5 38 133 19 23
Octal 157 102 152 0 51 5 70 463 31 43
Binary 1101111 1000010 1101010 0 101001 101 111000 100110011 11001 100011

Color Harmonies of #6F426A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F426A

Black with #6F426A

Text Example


Text Example

White with #6F426A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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