Html Css Color HEX #6710FF Electric Indigo

📋 copy color: '#6710FF'

red 103 ◦ green 16 ◦ blue 255

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

Shades of Electric Indigo #6710FF

Tints of Electric Indigo #6710FF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.28%

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

R = 27.54%
G = 4.28%
B = 68.18%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6710FF (or 0x6710FF) is known color: Electric Indigo. HEX triplet: 67, 10 and FF. RGB value is (103,16,255). Sum of RGB (Red+Green+Blue) = 103+16+255=374 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.54% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #6710FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6710FF is #98EF00. Grayscale: #444444. Windows color (decimal): -10022657 or 16715879. OLE color: 16715879.

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

Color convert

RGB 103 16 255 -
CMYK 0.60 0.94 0 0
HSL 261.84º 1% 0.53% -
HSV(B) 261.84º 0.94% 1% -
XYZ 23.83 10.47 95.37 -
YUV 69.26 232.82 152.07 -
System Red Green Blue C M Y K H S L
Decimal 103 16 255 0.60 0.94 0 0 261.84 1 0.53
Hex 67 10 FF 3C 5E 0 0 106 64 35
Octal 147 20 377 74 136 0 0 406 144 65
Binary 1100111 10000 11111111 111100 1011110 0 0 100000110 1100100 110101

Color Harmonies of #6710FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6710FF

Black with #6710FF

Text Example


Text Example

White with #6710FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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