Html Css Color HEX #6701EE Electric Indigo

📋 copy color: '#6701EE'

red 103 ◦ green 1 ◦ blue 238

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

Shades of Electric Indigo #6701EE

Tints of Electric Indigo #6701EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 69.59%

R = 30.12%
G = 0.29%
B = 69.59%

CMYK

 C value IS 0.57

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6701EE (or 0x6701EE) is known color: Electric Indigo. HEX triplet: 67, 01 and EE. RGB value is (103,1,238). Sum of RGB (Red+Green+Blue) = 103+1+238=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 238 (93.36% from 255 or 69.59% from 342); Max value from RGB is 238 - color contains mainly: blue. Hex color #6701EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6701EE is #98FE11. Grayscale: #393939. Windows color (decimal): -10026514 or 15597927. OLE color: 15597927.

HSL color Cylindrical-coordinate representation of color #6701EE: hue angle of 265.82º 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 #6701EE is Cyan = 0.57, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 103 1 238 -
CMYK 0.57 1.00 0 0.07
HSL 265.82º 0.99% 0.47% -
HSV(B) 265.82º 1% 0.93% -
XYZ 21.04 9.08 81.53 -
YUV 58.52 229.29 159.73 -
System Red Green Blue C M Y K H S L
Decimal 103 1 238 0.57 1.00 0 0.07 265.82 0.99 0.47
Hex 67 1 EE 39 64 0 7 10A 63 2F
Octal 147 1 356 71 144 0 7 412 143 57
Binary 1100111 1 11101110 111001 1100100 0 111 100001010 1100011 101111

Color Harmonies of #6701EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6701EE

Black with #6701EE

Text Example


Text Example

White with #6701EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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