Html Css Color HEX #6A18FE Electric Indigo

📋 copy color: '#6A18FE'

red 106 ◦ green 24 ◦ blue 254

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

Shades of Electric Indigo #6A18FE

Tints of Electric Indigo #6A18FE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.25%

 BLUE value IS 254 (99.61% from 255) = 66.15%

R = 27.6%
G = 6.25%
B = 66.15%

CMYK

 C value IS 0.58

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6A18FE (or 0x6A18FE) is known color: Electric Indigo. HEX triplet: 6A, 18 and FE. RGB value is (106,24,254). Sum of RGB (Red+Green+Blue) = 106+24+254=384 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.60% from 384); Green value is 24 (9.77% from 255 or 6.25% from 384); Blue value is 254 (99.61% from 255 or 66.15% from 384); Max value from RGB is 254 - color contains mainly: blue. Hex color #6A18FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A18FE is #95E701. Grayscale: #494949. Windows color (decimal): -9824002 or 16652394. OLE color: 16652394.

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

Color convert

RGB 106 24 254 -
CMYK 0.58 0.91 0 0.00
HSL 261.39º 0.99% 0.55% -
HSV(B) 261.39º 0.91% 1% -
XYZ 24.16 10.87 94.59 -
YUV 74.74 229.17 150.3 -
System Red Green Blue C M Y K H S L
Decimal 106 24 254 0.58 0.91 0 0.00 261.39 0.99 0.55
Hex 6A 18 FE 3A 5B 0 0 105 63 37
Octal 152 30 376 72 133 0 0 405 143 67
Binary 1101010 11000 11111110 111010 1011011 0 0 100000101 1100011 110111

Color Harmonies of #6A18FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A18FE

Black with #6A18FE

Text Example


Text Example

White with #6A18FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,24,254); }

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

background-color css

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

 a { background-color: rgb(106,24,254); }

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

border-color css

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

 span { border-color: rgb(106,24,254); }

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