Html Css Color HEX #6713FF Electric Indigo

📋 copy color: '#6713FF'

red 103 ◦ green 19 ◦ blue 255

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

Shades of Electric Indigo #6713FF

Tints of Electric Indigo #6713FF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.04%

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

R = 27.32%
G = 5.04%
B = 67.64%

CMYK

 C value IS 0.60

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6713FF (or 0x6713FF) is known color: Electric Indigo. HEX triplet: 67, 13 and FF. RGB value is (103,19,255). Sum of RGB (Red+Green+Blue) = 103+19+255=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #6713FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6713FF is #98EC00. Grayscale: #464646. Windows color (decimal): -10021889 or 16716647. OLE color: 16716647.

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

Color convert

RGB 103 19 255 -
CMYK 0.60 0.93 0 0
HSL 261.36º 1% 0.54% -
HSV(B) 261.36º 0.93% 1% -
XYZ 23.88 10.57 95.39 -
YUV 71.02 231.83 150.81 -
System Red Green Blue C M Y K H S L
Decimal 103 19 255 0.60 0.93 0 0 261.36 1 0.54
Hex 67 13 FF 3C 5D 0 0 105 64 36
Octal 147 23 377 74 135 0 0 405 144 66
Binary 1100111 10011 11111111 111100 1011101 0 0 100000101 1100100 110110

Color Harmonies of #6713FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6713FF

Black with #6713FF

Text Example


Text Example

White with #6713FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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