Html Css Color HEX #6700FF Electric Indigo

📋 copy color: '#6700FF'

red 103 ◦ green 0 ◦ blue 255

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

Shades of Electric Indigo #6700FF

Tints of Electric Indigo #6700FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 71.23%

R = 28.77%
G = 0%
B = 71.23%

CMYK

 C value IS 0.60

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6700FF (or 0x6700FF) is known color: Electric Indigo. HEX triplet: 67, 00 and FF. RGB value is (103,0,255). Sum of RGB (Red+Green+Blue) = 103+0+255=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 255 (100% from 255 or 71.23% from 358); Max value from RGB is 255 - color contains mainly: blue. Hex color #6700FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6700FF is #98FF00. Grayscale: #3A3A3A. Windows color (decimal): -10026753 or 16711783. OLE color: 16711783.

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

Color convert

RGB 103 0 255 -
CMYK 0.60 1 0 0
HSL 264.24º 1% 0.5% -
HSV(B) 264.24º 1% 1% -
XYZ 23.64 10.1 95.31 -
YUV 59.87 238.12 158.77 -
System Red Green Blue C M Y K H S L
Decimal 103 0 255 0.60 1 0 0 264.24 1 0.5
Hex 67 0 FF 3C 64 0 0 108 64 32
Octal 147 0 377 74 144 0 0 410 144 62
Binary 1100111 0 11111111 111100 1100100 0 0 100001000 1100100 110010

Color Harmonies of #6700FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6700FF

Black with #6700FF

Text Example


Text Example

White with #6700FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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