Html Css Color HEX #6A04FC Electric Indigo

📋 copy color: '#6A04FC'

red 106 ◦ green 4 ◦ blue 252

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

Shades of Electric Indigo #6A04FC

Tints of Electric Indigo #6A04FC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.1%

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

R = 29.28%
G = 1.1%
B = 69.61%

CMYK

 C value IS 0.58

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6A04FC (or 0x6A04FC) is known color: Electric Indigo. HEX triplet: 6A, 04 and FC. RGB value is (106,4,252). Sum of RGB (Red+Green+Blue) = 106+4+252=362 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.28% from 362); Green value is 4 (1.95% from 255 or 1.10% from 362); Blue value is 252 (98.83% from 255 or 69.61% from 362); Max value from RGB is 252 - color contains mainly: blue. Hex color #6A04FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A04FC is #95FB03. Grayscale: #3D3D3D. Windows color (decimal): -9829124 or 16516202. OLE color: 16516202.

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

Color convert

RGB 106 4 252 -
CMYK 0.58 0.98 0 0.01
HSL 264.68º 0.98% 0.5% -
HSV(B) 264.68º 0.98% 0.99% -
XYZ 23.56 10.18 92.82 -
YUV 62.77 234.79 158.83 -
System Red Green Blue C M Y K H S L
Decimal 106 4 252 0.58 0.98 0 0.01 264.68 0.98 0.5
Hex 6A 4 FC 3A 62 0 1 109 62 32
Octal 152 4 374 72 142 0 1 411 142 62
Binary 1101010 100 11111100 111010 1100010 0 1 100001001 1100010 110010

Color Harmonies of #6A04FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A04FC

Black with #6A04FC

Text Example


Text Example

White with #6A04FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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