Html Css Color HEX #6A0DF2 Electric Indigo

📋 copy color: '#6A0DF2'

red 106 ◦ green 13 ◦ blue 242

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

Shades of Electric Indigo #6A0DF2

Tints of Electric Indigo #6A0DF2

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.6%

 BLUE value IS 242 (94.92% from 255) = 67.04%

R = 29.36%
G = 3.6%
B = 67.04%

CMYK

 C value IS 0.56

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6A0DF2 (or 0x6A0DF2) is known color: Electric Indigo. HEX triplet: 6A, 0D and F2. RGB value is (106,13,242). Sum of RGB (Red+Green+Blue) = 106+13+242=361 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.36% from 361); Green value is 13 (5.47% from 255 or 3.60% from 361); Blue value is 242 (94.92% from 255 or 67.04% from 361); Max value from RGB is 242 - color contains mainly: blue. Hex color #6A0DF2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A0DF2 is #95F20D. Grayscale: #424242. Windows color (decimal): -9826830 or 15863146. OLE color: 15863146.

HSL color Cylindrical-coordinate representation of color #6A0DF2: hue angle of 264.37º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A0DF2 is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 106 13 242 -
CMYK 0.56 0.95 0 0.05
HSL 264.37º 0.9% 0.5% -
HSV(B) 264.37º 0.95% 0.95% -
XYZ 22.11 9.76 84.72 -
YUV 66.91 226.81 155.88 -
System Red Green Blue C M Y K H S L
Decimal 106 13 242 0.56 0.95 0 0.05 264.37 0.9 0.5
Hex 6A D F2 38 5F 0 5 108 5A 32
Octal 152 15 362 70 137 0 5 410 132 62
Binary 1101010 1101 11110010 111000 1011111 0 101 100001000 1011010 110010

Color Harmonies of #6A0DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0DF2

Black with #6A0DF2

Text Example


Text Example

White with #6A0DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,13,242); }

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

background-color css

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

 a { background-color: rgb(106,13,242); }

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

border-color css

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

 span { border-color: rgb(106,13,242); }

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