Html Css Color HEX #6A0AFD Electric Indigo

📋 copy color: '#6A0AFD'

red 106 ◦ green 10 ◦ blue 253

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

Shades of Electric Indigo #6A0AFD

Tints of Electric Indigo #6A0AFD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.71%

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

R = 28.73%
G = 2.71%
B = 68.56%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6A0AFD (or 0x6A0AFD) is known color: Electric Indigo. HEX triplet: 6A, 0A and FD. RGB value is (106,10,253). Sum of RGB (Red+Green+Blue) = 106+10+253=369 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.73% from 369); Green value is 10 (4.30% from 255 or 2.71% from 369); Blue value is 253 (99.22% from 255 or 68.56% from 369); Max value from RGB is 253 - color contains mainly: blue. Hex color #6A0AFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A0AFD is #95F502. Grayscale: #414141. Windows color (decimal): -9827587 or 16583274. OLE color: 16583274.

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

Color convert

RGB 106 10 253 -
CMYK 0.58 0.96 0 0.01
HSL 263.7º 0.98% 0.52% -
HSV(B) 263.7º 0.96% 0.99% -
XYZ 23.78 10.37 93.68 -
YUV 66.41 233.3 156.24 -
System Red Green Blue C M Y K H S L
Decimal 106 10 253 0.58 0.96 0 0.01 263.7 0.98 0.52
Hex 6A A FD 3A 60 0 1 108 62 34
Octal 152 12 375 72 140 0 1 410 142 64
Binary 1101010 1010 11111101 111010 1100000 0 1 100001000 1100010 110100

Color Harmonies of #6A0AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0AFD

Black with #6A0AFD

Text Example


Text Example

White with #6A0AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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