Html Css Color HEX #6A0DFD Electric Indigo

📋 copy color: '#6A0DFD'

red 106 ◦ green 13 ◦ blue 253

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

Shades of Electric Indigo #6A0DFD

Tints of Electric Indigo #6A0DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 68.01%

R = 28.49%
G = 3.49%
B = 68.01%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6A0DFD (or 0x6A0DFD) is known color: Electric Indigo. HEX triplet: 6A, 0D and FD. RGB value is (106,13,253). Sum of RGB (Red+Green+Blue) = 106+13+253=372 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.49% from 372); Green value is 13 (5.47% from 255 or 3.49% from 372); Blue value is 253 (99.22% from 255 or 68.01% from 372); Max value from RGB is 253 - color contains mainly: blue. Hex color #6A0DFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A0DFD is #95F202. Grayscale: #434343. Windows color (decimal): -9826819 or 16584042. OLE color: 16584042.

HSL color Cylindrical-coordinate representation of color #6A0DFD: hue angle of 263.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A0DFD is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 106 13 253 -
CMYK 0.58 0.95 0 0.01
HSL 263.25º 0.98% 0.52% -
HSV(B) 263.25º 0.95% 0.99% -
XYZ 23.82 10.44 93.69 -
YUV 68.17 232.31 154.99 -
System Red Green Blue C M Y K H S L
Decimal 106 13 253 0.58 0.95 0 0.01 263.25 0.98 0.52
Hex 6A D FD 3A 5F 0 1 107 62 34
Octal 152 15 375 72 137 0 1 407 142 64
Binary 1101010 1101 11111101 111010 1011111 0 1 100000111 1100010 110100

Color Harmonies of #6A0DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0DFD

Black with #6A0DFD

Text Example


Text Example

White with #6A0DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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