Html Css Color HEX #6A0CFE Electric Indigo

📋 copy color: '#6A0CFE'

red 106 ◦ green 12 ◦ blue 254

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

Shades of Electric Indigo #6A0CFE

Tints of Electric Indigo #6A0CFE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.23%

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

R = 28.49%
G = 3.23%
B = 68.28%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6A0CFE (or 0x6A0CFE) is known color: Electric Indigo. HEX triplet: 6A, 0C and FE. RGB value is (106,12,254). Sum of RGB (Red+Green+Blue) = 106+12+254=372 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.49% from 372); Green value is 12 (5.08% from 255 or 3.23% from 372); Blue value is 254 (99.61% from 255 or 68.28% from 372); Max value from RGB is 254 - color contains mainly: blue. Hex color #6A0CFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A0CFE is #95F301. Grayscale: #424242. Windows color (decimal): -9827074 or 16649322. OLE color: 16649322.

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

Color convert

RGB 106 12 254 -
CMYK 0.58 0.95 0 0.00
HSL 263.31º 0.99% 0.52% -
HSV(B) 263.31º 0.95% 1% -
XYZ 23.96 10.48 94.53 -
YUV 67.69 233.14 155.32 -
System Red Green Blue C M Y K H S L
Decimal 106 12 254 0.58 0.95 0 0.00 263.31 0.99 0.52
Hex 6A C FE 3A 5F 0 0 107 63 34
Octal 152 14 376 72 137 0 0 407 143 64
Binary 1101010 1100 11111110 111010 1011111 0 0 100000111 1100011 110100

Color Harmonies of #6A0CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0CFE

Black with #6A0CFE

Text Example


Text Example

White with #6A0CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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