Html Css Color HEX #6A06DB Electric Indigo

📋 copy color: '#6A06DB'

red 106 ◦ green 6 ◦ blue 219

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

Shades of Electric Indigo #6A06DB

Tints of Electric Indigo #6A06DB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.81%

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

R = 32.02%
G = 1.81%
B = 66.16%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6A06DB (or 0x6A06DB) is known color: Electric Indigo. HEX triplet: 6A, 06 and DB. RGB value is (106,6,219). Sum of RGB (Red+Green+Blue) = 106+6+219=331 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.02% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 219 (85.94% from 255 or 66.16% from 331); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A06DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A06DB is #95F924. Grayscale: #3B3B3B. Windows color (decimal): -9828645 or 14354026. OLE color: 14354026.

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

Color convert

RGB 106 6 219 -
CMYK 0.52 0.97 0 0.14
HSL 268.17º 0.95% 0.44% -
HSV(B) 268.17º 0.97% 0.86% -
XYZ 18.8 8.31 67.63 -
YUV 60.18 217.63 160.68 -
System Red Green Blue C M Y K H S L
Decimal 106 6 219 0.52 0.97 0 0.14 268.17 0.95 0.44
Hex 6A 6 DB 34 61 0 E 10C 5F 2C
Octal 152 6 333 64 141 0 16 414 137 54
Binary 1101010 110 11011011 110100 1100001 0 1110 100001100 1011111 101100

Color Harmonies of #6A06DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A06DB

Black with #6A06DB

Text Example


Text Example

White with #6A06DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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