Html Css Color HEX #6A1EEC Han Purple

📋 copy color: '#6A1EEC'

red 106 ◦ green 30 ◦ blue 236

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

Shades of Han Purple #6A1EEC

Tints of Han Purple #6A1EEC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.06%

 BLUE value IS 236 (92.58% from 255) = 63.44%

R = 28.49%
G = 8.06%
B = 63.44%

CMYK

 C value IS 0.55

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6A1EEC (or 0x6A1EEC) is known color: Han Purple. HEX triplet: 6A, 1E and EC. RGB value is (106,30,236). Sum of RGB (Red+Green+Blue) = 106+30+236=372 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.49% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 236 (92.58% from 255 or 63.44% from 372); Max value from RGB is 236 - color contains mainly: blue. Hex color #6A1EEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A1EEC is #95E113. Grayscale: #4B4B4B. Windows color (decimal): -9822484 or 15474282. OLE color: 15474282.

HSL color Cylindrical-coordinate representation of color #6A1EEC: hue angle of 262.14º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6A1EEC is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 30 236 -
CMYK 0.55 0.87 0 0.07
HSL 262.14º 0.84% 0.52% -
HSV(B) 262.14º 0.87% 0.93% -
XYZ 21.55 10.05 80.16 -
YUV 76.21 218.18 149.25 -
System Red Green Blue C M Y K H S L
Decimal 106 30 236 0.55 0.87 0 0.07 262.14 0.84 0.52
Hex 6A 1E EC 37 57 0 7 106 54 34
Octal 152 36 354 67 127 0 7 406 124 64
Binary 1101010 11110 11101100 110111 1010111 0 111 100000110 1010100 110100

Color Harmonies of #6A1EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1EEC

Black with #6A1EEC

Text Example


Text Example

White with #6A1EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,30,236); }

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

background-color css

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

 a { background-color: rgb(106,30,236); }

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

border-color css

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

 span { border-color: rgb(106,30,236); }

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