Html Css Color HEX #6A04DB Electric Indigo

📋 copy color: '#6A04DB'

red 106 ◦ green 4 ◦ blue 219

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

Shades of Electric Indigo #6A04DB

Tints of Electric Indigo #6A04DB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.22%

 BLUE value IS 219 (85.94% from 255) = 66.57%

R = 32.22%
G = 1.22%
B = 66.57%

CMYK

 C value IS 0.52

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6A04DB (or 0x6A04DB) is known color: Electric Indigo. HEX triplet: 6A, 04 and DB. RGB value is (106,4,219). Sum of RGB (Red+Green+Blue) = 106+4+219=329 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.22% from 329); Green value is 4 (1.95% from 255 or 1.22% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A04DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A04DB is #95FB24. Grayscale: #3A3A3A. Windows color (decimal): -9829157 or 14353514. OLE color: 14353514.

HSL color Cylindrical-coordinate representation of color #6A04DB: hue angle of 268.47º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6A04DB is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 4 219 -
CMYK 0.52 0.98 0 0.14
HSL 268.47º 0.96% 0.44% -
HSV(B) 268.47º 0.98% 0.86% -
XYZ 18.77 8.27 67.62 -
YUV 59.01 218.29 161.52 -
System Red Green Blue C M Y K H S L
Decimal 106 4 219 0.52 0.98 0 0.14 268.47 0.96 0.44
Hex 6A 4 DB 34 62 0 E 10C 60 2C
Octal 152 4 333 64 142 0 16 414 140 54
Binary 1101010 100 11011011 110100 1100010 0 1110 100001100 1100000 101100

Color Harmonies of #6A04DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A04DB

Black with #6A04DB

Text Example


Text Example

White with #6A04DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,4,219); }

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

background-color css

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

 a { background-color: rgb(106,4,219); }

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

border-color css

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

 span { border-color: rgb(106,4,219); }

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