Html Css Color HEX #6710FC Electric Indigo

📋 copy color: '#6710FC'

red 103 ◦ green 16 ◦ blue 252

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

Shades of Electric Indigo #6710FC

Tints of Electric Indigo #6710FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 67.92%

R = 27.76%
G = 4.31%
B = 67.92%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6710FC (or 0x6710FC) is known color: Electric Indigo. HEX triplet: 67, 10 and FC. RGB value is (103,16,252). Sum of RGB (Red+Green+Blue) = 103+16+252=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #6710FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6710FC is #98EF03. Grayscale: #444444. Windows color (decimal): -10022660 or 16519271. OLE color: 16519271.

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

Color convert

RGB 103 16 252 -
CMYK 0.59 0.94 0 0.01
HSL 262.12º 0.98% 0.53% -
HSV(B) 262.12º 0.94% 0.99% -
XYZ 23.35 10.28 92.85 -
YUV 68.92 231.32 152.31 -
System Red Green Blue C M Y K H S L
Decimal 103 16 252 0.59 0.94 0 0.01 262.12 0.98 0.53
Hex 67 10 FC 3B 5E 0 1 106 62 35
Octal 147 20 374 73 136 0 1 406 142 65
Binary 1100111 10000 11111100 111011 1011110 0 1 100000110 1100010 110101

Color Harmonies of #6710FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6710FC

Black with #6710FC

Text Example


Text Example

White with #6710FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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