Html Css Color HEX #6B0AFE Electric Indigo

📋 copy color: '#6B0AFE'

red 107 ◦ green 10 ◦ blue 254

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

Shades of Electric Indigo #6B0AFE

Tints of Electric Indigo #6B0AFE

RGB

 RED value IS 107 (42.19% from 255) = 28.84%

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

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

R = 28.84%
G = 2.7%
B = 68.46%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6B0AFE (or 0x6B0AFE) is known color: Electric Indigo. HEX triplet: 6B, 0A and FE. RGB value is (107,10,254). Sum of RGB (Red+Green+Blue) = 107+10+254=371 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.84% from 371); Green value is 10 (4.30% from 255 or 2.70% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B0AFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B0AFE is #94F501. Grayscale: #414141. Windows color (decimal): -9762050 or 16648811. OLE color: 16648811.

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

Color convert

RGB 107 10 254 -
CMYK 0.58 0.96 0 0.00
HSL 263.85º 0.99% 0.52% -
HSV(B) 263.85º 0.96% 1% -
XYZ 24.06 10.5 94.52 -
YUV 66.82 233.64 156.66 -
System Red Green Blue C M Y K H S L
Decimal 107 10 254 0.58 0.96 0 0.00 263.85 0.99 0.52
Hex 6B A FE 3A 60 0 0 108 63 34
Octal 153 12 376 72 140 0 0 410 143 64
Binary 1101011 1010 11111110 111010 1100000 0 0 100001000 1100011 110100

Color Harmonies of #6B0AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0AFE

Black with #6B0AFE

Text Example


Text Example

White with #6B0AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,10,254); }

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

background-color css

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

 a { background-color: rgb(107,10,254); }

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

border-color css

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

 span { border-color: rgb(107,10,254); }

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