Html Css Color HEX #5D06F6 Electric Indigo

📋 copy color: '#5D06F6'

red 93 ◦ green 6 ◦ blue 246

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

Shades of Electric Indigo #5D06F6

Tints of Electric Indigo #5D06F6

RGB

 RED value IS 93 (36.72% from 255) = 26.96%

 GREEN value IS 6 (2.73% from 255) = 1.74%

 BLUE value IS 246 (96.48% from 255) = 71.3%

R = 26.96%
G = 1.74%
B = 71.3%

CMYK

 C value IS 0.62

 M value IS 0.98

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5D06F6 (or 0x5D06F6) is known color: Electric Indigo. HEX triplet: 5D, 06 and F6. RGB value is (93,6,246). Sum of RGB (Red+Green+Blue) = 93+6+246=345 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.96% from 345); Green value is 6 (2.73% from 255 or 1.74% from 345); Blue value is 246 (96.48% from 255 or 71.30% from 345); Max value from RGB is 246 - color contains mainly: blue. Hex color #5D06F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D06F6 is #A2F909. Grayscale: #3A3A3A. Windows color (decimal): -10680586 or 16123485. OLE color: 16123485.

HSL color Cylindrical-coordinate representation of color #5D06F6: hue angle of 261.75º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5D06F6 is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 93 6 246 -
CMYK 0.62 0.98 0 0.04
HSL 261.75º 0.95% 0.49% -
HSV(B) 261.75º 0.98% 0.96% -
XYZ 21.21 9.11 87.83 -
YUV 59.37 233.32 151.99 -
System Red Green Blue C M Y K H S L
Decimal 93 6 246 0.62 0.98 0 0.04 261.75 0.95 0.49
Hex 5D 6 F6 3E 62 0 4 106 5F 31
Octal 135 6 366 76 142 0 4 406 137 61
Binary 1011101 110 11110110 111110 1100010 0 100 100000110 1011111 110001

Color Harmonies of #5D06F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D06F6

Black with #5D06F6

Text Example


Text Example

White with #5D06F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D06F6; }

 p { color: rgb(93,6,246); }

 H1.HeaderClassName
 {
   color: #5D06F6;
 }
 .AnyTagClassName
 {
   color: #5D06F6;
 }
</style>

background-color css

<style>
 a { background-color: #5D06F6; }

 a { background-color: rgb(93,6,246); }

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

border-color css

<style>
 span { border-color: #5D06F6; }

 span { border-color: rgb(93,6,246); }

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