Html Css Color HEX #6A15EB Electric Indigo

📋 copy color: '#6A15EB'

red 106 ◦ green 21 ◦ blue 235

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

Shades of Electric Indigo #6A15EB

Tints of Electric Indigo #6A15EB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.8%

 BLUE value IS 235 (92.19% from 255) = 64.92%

R = 29.28%
G = 5.8%
B = 64.92%

CMYK

 C value IS 0.55

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6A15EB (or 0x6A15EB) is known color: Electric Indigo. HEX triplet: 6A, 15 and EB. RGB value is (106,21,235). Sum of RGB (Red+Green+Blue) = 106+21+235=362 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.28% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 235 (92.19% from 255 or 64.92% from 362); Max value from RGB is 235 - color contains mainly: blue. Hex color #6A15EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A15EB is #95EA14. Grayscale: #464646. Windows color (decimal): -9824789 or 15406442. OLE color: 15406442.

HSL color Cylindrical-coordinate representation of color #6A15EB: hue angle of 263.83º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6A15EB is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 106 21 235 -
CMYK 0.55 0.91 0 0.08
HSL 263.83º 0.84% 0.5% -
HSV(B) 263.83º 0.91% 0.92% -
XYZ 21.21 9.6 79.33 -
YUV 70.81 220.66 153.1 -
System Red Green Blue C M Y K H S L
Decimal 106 21 235 0.55 0.91 0 0.08 263.83 0.84 0.5
Hex 6A 15 EB 37 5B 0 8 108 54 32
Octal 152 25 353 67 133 0 10 410 124 62
Binary 1101010 10101 11101011 110111 1011011 0 1000 100001000 1010100 110010

Color Harmonies of #6A15EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A15EB

Black with #6A15EB

Text Example


Text Example

White with #6A15EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,21,235); }

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

background-color css

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

 a { background-color: rgb(106,21,235); }

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

border-color css

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

 span { border-color: rgb(106,21,235); }

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