Html Css Color HEX #6A2685 Eminence

📋 copy color: '#6A2685'

red 106 ◦ green 38 ◦ blue 133

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

Shades of Eminence #6A2685

Tints of Eminence #6A2685

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.72%

 BLUE value IS 133 (52.34% from 255) = 48.01%

R = 38.27%
G = 13.72%
B = 48.01%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6A2685 (or 0x6A2685) is known color: Eminence. HEX triplet: 6A, 26 and 85. RGB value is (106,38,133). Sum of RGB (Red+Green+Blue) = 106+38+133=277 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.27% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #6A2685 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2685 is #95D97A. Grayscale: #444444. Windows color (decimal): -9820539 or 8726122. OLE color: 8726122.

HSL color Cylindrical-coordinate representation of color #6A2685: hue angle of 282.95º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6A2685 is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 106 38 133 -
CMYK 0.20 0.71 0 0.48
HSL 282.95º 0.56% 0.34% -
HSV(B) 282.95º 0.71% 0.52% -
XYZ 10.87 6.14 22.8 -
YUV 69.16 164.03 154.28 -
System Red Green Blue C M Y K H S L
Decimal 106 38 133 0.20 0.71 0 0.48 282.95 0.56 0.34
Hex 6A 26 85 14 47 0 30 11B 38 22
Octal 152 46 205 24 107 0 60 433 70 42
Binary 1101010 100110 10000101 10100 1000111 0 110000 100011011 111000 100010

Color Harmonies of #6A2685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2685

Black with #6A2685

Text Example


Text Example

White with #6A2685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,38,133); }

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

background-color css

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

 a { background-color: rgb(106,38,133); }

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

border-color css

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

 span { border-color: rgb(106,38,133); }

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