Html Css Color HEX #6A0BFA Electric Indigo

📋 copy color: '#6A0BFA'

red 106 ◦ green 11 ◦ blue 250

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

Shades of Electric Indigo #6A0BFA

Tints of Electric Indigo #6A0BFA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3%

 BLUE value IS 250 (98.05% from 255) = 68.12%

R = 28.88%
G = 3%
B = 68.12%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6A0BFA (or 0x6A0BFA) is known color: Electric Indigo. HEX triplet: 6A, 0B and FA. RGB value is (106,11,250). Sum of RGB (Red+Green+Blue) = 106+11+250=367 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.88% from 367); Green value is 11 (4.69% from 255 or 3.00% from 367); Blue value is 250 (98.05% from 255 or 68.12% from 367); Max value from RGB is 250 - color contains mainly: blue. Hex color #6A0BFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A0BFA is #95F405. Grayscale: #414141. Windows color (decimal): -9827334 or 16386922. OLE color: 16386922.

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

Color convert

RGB 106 11 250 -
CMYK 0.58 0.96 0 0.02
HSL 263.85º 0.96% 0.51% -
HSV(B) 263.85º 0.96% 0.98% -
XYZ 23.32 10.21 91.18 -
YUV 66.65 231.47 156.07 -
System Red Green Blue C M Y K H S L
Decimal 106 11 250 0.58 0.96 0 0.02 263.85 0.96 0.51
Hex 6A B FA 3A 60 0 2 108 60 33
Octal 152 13 372 72 140 0 2 410 140 63
Binary 1101010 1011 11111010 111010 1100000 0 10 100001000 1100000 110011

Color Harmonies of #6A0BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0BFA

Black with #6A0BFA

Text Example


Text Example

White with #6A0BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,11,250); }

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

background-color css

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

 a { background-color: rgb(106,11,250); }

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

border-color css

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

 span { border-color: rgb(106,11,250); }

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