Html Css Color HEX #6B17ED Electric Indigo

📋 copy color: '#6B17ED'

red 107 ◦ green 23 ◦ blue 237

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

Shades of Electric Indigo #6B17ED

Tints of Electric Indigo #6B17ED

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.27%

 BLUE value IS 237 (92.97% from 255) = 64.58%

R = 29.16%
G = 6.27%
B = 64.58%

CMYK

 C value IS 0.55

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6B17ED (or 0x6B17ED) is known color: Electric Indigo. HEX triplet: 6B, 17 and ED. RGB value is (107,23,237). Sum of RGB (Red+Green+Blue) = 107+23+237=367 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.16% from 367); Green value is 23 (9.38% from 255 or 6.27% from 367); Blue value is 237 (92.97% from 255 or 64.58% from 367); Max value from RGB is 237 - color contains mainly: blue. Hex color #6B17ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B17ED is #94E812. Grayscale: #474747. Windows color (decimal): -9758739 or 15538027. OLE color: 15538027.

HSL color Cylindrical-coordinate representation of color #6B17ED: hue angle of 263.55º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B17ED is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 23 237 -
CMYK 0.55 0.90 0 0.07
HSL 263.55º 0.86% 0.51% -
HSV(B) 263.55º 0.9% 0.93% -
XYZ 21.66 9.85 80.88 -
YUV 72.51 220.83 152.6 -
System Red Green Blue C M Y K H S L
Decimal 107 23 237 0.55 0.90 0 0.07 263.55 0.86 0.51
Hex 6B 17 ED 37 5A 0 7 108 56 33
Octal 153 27 355 67 132 0 7 410 126 63
Binary 1101011 10111 11101101 110111 1011010 0 111 100001000 1010110 110011

Color Harmonies of #6B17ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B17ED

Black with #6B17ED

Text Example


Text Example

White with #6B17ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,23,237); }

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

background-color css

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

 a { background-color: rgb(107,23,237); }

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

border-color css

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

 span { border-color: rgb(107,23,237); }

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