Html Css Color HEX #6701EB Electric Indigo

📋 copy color: '#6701EB'

red 103 ◦ green 1 ◦ blue 235

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

Shades of Electric Indigo #6701EB

Tints of Electric Indigo #6701EB

RGB

 RED value IS 103 (40.63% from 255) = 30.38%

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

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

R = 30.38%
G = 0.29%
B = 69.32%

CMYK

 C value IS 0.56

 M value IS 1.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6701EB (or 0x6701EB) is known color: Electric Indigo. HEX triplet: 67, 01 and EB. RGB value is (103,1,235). Sum of RGB (Red+Green+Blue) = 103+1+235=339 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.38% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 235 (92.19% from 255 or 69.32% from 339); Max value from RGB is 235 - color contains mainly: blue. Hex color #6701EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6701EB is #98FE14. Grayscale: #393939. Windows color (decimal): -10026517 or 15401319. OLE color: 15401319.

HSL color Cylindrical-coordinate representation of color #6701EB: hue angle of 266.15º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6701EB is Cyan = 0.56, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 103 1 235 -
CMYK 0.56 1.00 0 0.08
HSL 266.15º 0.99% 0.46% -
HSV(B) 266.15º 1% 0.92% -
XYZ 20.6 8.9 79.23 -
YUV 58.17 227.79 159.97 -
System Red Green Blue C M Y K H S L
Decimal 103 1 235 0.56 1.00 0 0.08 266.15 0.99 0.46
Hex 67 1 EB 38 64 0 8 10A 63 2E
Octal 147 1 353 70 144 0 10 412 143 56
Binary 1100111 1 11101011 111000 1100100 0 1000 100001010 1100011 101110

Color Harmonies of #6701EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6701EB

Black with #6701EB

Text Example


Text Example

White with #6701EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6701EB; }

 p { color: rgb(103,1,235); }

 H1.HeaderClassName
 {
   color: #6701EB;
 }
 .AnyTagClassName
 {
   color: #6701EB;
 }
</style>

background-color css

<style>
 a { background-color: #6701EB; }

 a { background-color: rgb(103,1,235); }

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

border-color css

<style>
 span { border-color: #6701EB; }

 span { border-color: rgb(103,1,235); }

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