Html Css Color HEX #6A3375 Eminence

📋 copy color: '#6A3375'

red 106 ◦ green 51 ◦ blue 117

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

Shades of Eminence #6A3375

Tints of Eminence #6A3375

RGB

 RED value IS 106 (41.8% from 255) = 38.69%

 GREEN value IS 51 (20.31% from 255) = 18.61%

 BLUE value IS 117 (46.09% from 255) = 42.7%

R = 38.69%
G = 18.61%
B = 42.7%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6A3375 (or 0x6A3375) is known color: Eminence. HEX triplet: 6A, 33 and 75. RGB value is (106,51,117). Sum of RGB (Red+Green+Blue) = 106+51+117=274 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.69% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 117 - color contains mainly: blue. Hex color #6A3375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3375 is #95CC8A. Grayscale: #4A4A4A. Windows color (decimal): -9817227 or 7680874. OLE color: 7680874.

HSL color Cylindrical-coordinate representation of color #6A3375: hue angle of 290º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A3375 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 106 51 117 -
CMYK 0.09 0.56 0 0.54
HSL 290º 0.39% 0.33% -
HSV(B) 290º 0.56% 0.46% -
XYZ 10.34 6.72 17.58 -
YUV 74.97 151.72 150.13 -
System Red Green Blue C M Y K H S L
Decimal 106 51 117 0.09 0.56 0 0.54 290 0.39 0.33
Hex 6A 33 75 9 38 0 36 122 27 21
Octal 152 63 165 11 70 0 66 442 47 41
Binary 1101010 110011 1110101 1001 111000 0 110110 100100010 100111 100001

Color Harmonies of #6A3375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3375

Black with #6A3375

Text Example


Text Example

White with #6A3375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,51,117); }

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

background-color css

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

 a { background-color: rgb(106,51,117); }

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

border-color css

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

 span { border-color: rgb(106,51,117); }

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