Html Css Color HEX #6700EE Electric Indigo

📋 copy color: '#6700EE'

red 103 ◦ green 0 ◦ blue 238

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

Shades of Electric Indigo #6700EE

Tints of Electric Indigo #6700EE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 30.21%
G = 0%
B = 69.79%

CMYK

 C value IS 0.57

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6700EE (or 0x6700EE) is known color: Electric Indigo. HEX triplet: 67, 00 and EE. RGB value is (103,0,238). Sum of RGB (Red+Green+Blue) = 103+0+238=341 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.21% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 238 (93.36% from 255 or 69.79% from 341); Max value from RGB is 238 - color contains mainly: blue. Hex color #6700EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6700EE is #98FF11. Grayscale: #393939. Windows color (decimal): -10026770 or 15597671. OLE color: 15597671.

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

Color convert

RGB 103 0 238 -
CMYK 0.57 1 0 0.07
HSL 265.97º 1% 0.47% -
HSV(B) 265.97º 1% 0.93% -
XYZ 21.03 9.06 81.53 -
YUV 57.93 229.62 160.15 -
System Red Green Blue C M Y K H S L
Decimal 103 0 238 0.57 1 0 0.07 265.97 1 0.47
Hex 67 0 EE 39 64 0 7 10A 64 2F
Octal 147 0 356 71 144 0 7 412 144 57
Binary 1100111 0 11101110 111001 1100100 0 111 100001010 1100100 101111

Color Harmonies of #6700EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6700EE

Black with #6700EE

Text Example


Text Example

White with #6700EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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