Html Css Color HEX #6B01ED Electric Indigo

📋 copy color: '#6B01ED'

red 107 ◦ green 1 ◦ blue 237

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

Shades of Electric Indigo #6B01ED

Tints of Electric Indigo #6B01ED

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 31.01%
G = 0.29%
B = 68.7%

CMYK

 C value IS 0.55

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6B01ED (or 0x6B01ED) is known color: Electric Indigo. HEX triplet: 6B, 01 and ED. RGB value is (107,1,237). Sum of RGB (Red+Green+Blue) = 107+1+237=345 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.01% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 237 (92.97% from 255 or 68.70% from 345); Max value from RGB is 237 - color contains mainly: blue. Hex color #6B01ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B01ED is #94FE12. Grayscale: #3A3A3A. Windows color (decimal): -9764371 or 15532395. OLE color: 15532395.

HSL color Cylindrical-coordinate representation of color #6B01ED: hue angle of 266.95º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B01ED is Cyan = 0.55, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 1 237 -
CMYK 0.55 1.00 0 0.07
HSL 266.95º 0.99% 0.47% -
HSV(B) 266.95º 1% 0.93% -
XYZ 21.36 9.26 80.78 -
YUV 59.6 228.12 161.81 -
System Red Green Blue C M Y K H S L
Decimal 107 1 237 0.55 1.00 0 0.07 266.95 0.99 0.47
Hex 6B 1 ED 37 64 0 7 10B 63 2F
Octal 153 1 355 67 144 0 7 413 143 57
Binary 1101011 1 11101101 110111 1100100 0 111 100001011 1100011 101111

Color Harmonies of #6B01ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B01ED

Black with #6B01ED

Text Example


Text Example

White with #6B01ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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