Html Css Color HEX #6A01FC Electric Indigo

📋 copy color: '#6A01FC'

red 106 ◦ green 1 ◦ blue 252

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

Shades of Electric Indigo #6A01FC

Tints of Electric Indigo #6A01FC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 252 (98.83% from 255) = 70.19%

R = 29.53%
G = 0.28%
B = 70.19%

CMYK

 C value IS 0.58

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6A01FC (or 0x6A01FC) is known color: Electric Indigo. HEX triplet: 6A, 01 and FC. RGB value is (106,1,252). Sum of RGB (Red+Green+Blue) = 106+1+252=359 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.53% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 252 (98.83% from 255 or 70.19% from 359); Max value from RGB is 252 - color contains mainly: blue. Hex color #6A01FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A01FC is #95FE03. Grayscale: #3C3C3C. Windows color (decimal): -9829892 or 16515434. OLE color: 16515434.

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

Color convert

RGB 106 1 252 -
CMYK 0.58 1.00 0 0.01
HSL 265.1º 0.99% 0.5% -
HSV(B) 265.1º 1% 0.99% -
XYZ 23.53 10.11 92.81 -
YUV 61.01 235.79 160.09 -
System Red Green Blue C M Y K H S L
Decimal 106 1 252 0.58 1.00 0 0.01 265.1 0.99 0.5
Hex 6A 1 FC 3A 64 0 1 109 63 32
Octal 152 1 374 72 144 0 1 411 143 62
Binary 1101010 1 11111100 111010 1100100 0 1 100001001 1100011 110010

Color Harmonies of #6A01FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A01FC

Black with #6A01FC

Text Example


Text Example

White with #6A01FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,1,252); }

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

background-color css

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

 a { background-color: rgb(106,1,252); }

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

border-color css

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

 span { border-color: rgb(106,1,252); }

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