Html Css Color HEX #6913FC Electric Indigo

📋 copy color: '#6913FC'

red 105 ◦ green 19 ◦ blue 252

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

Shades of Electric Indigo #6913FC

Tints of Electric Indigo #6913FC

RGB

 RED value IS 105 (41.41% from 255) = 27.93%

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

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

R = 27.93%
G = 5.05%
B = 67.02%

CMYK

 C value IS 0.58

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6913FC (or 0x6913FC) is known color: Electric Indigo. HEX triplet: 69, 13 and FC. RGB value is (105,19,252). Sum of RGB (Red+Green+Blue) = 105+19+252=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 252 (98.83% from 255 or 67.02% from 376); Max value from RGB is 252 - color contains mainly: blue. Hex color #6913FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6913FC is #96EC03. Grayscale: #464646. Windows color (decimal): -9890820 or 16520041. OLE color: 16520041.

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

Color convert

RGB 105 19 252 -
CMYK 0.58 0.92 0 0.01
HSL 262.15º 0.97% 0.53% -
HSV(B) 262.15º 0.92% 0.99% -
XYZ 23.63 10.5 92.88 -
YUV 71.28 229.99 152.05 -
System Red Green Blue C M Y K H S L
Decimal 105 19 252 0.58 0.92 0 0.01 262.15 0.97 0.53
Hex 69 13 FC 3A 5C 0 1 106 61 35
Octal 151 23 374 72 134 0 1 406 141 65
Binary 1101001 10011 11111100 111010 1011100 0 1 100000110 1100001 110101

Color Harmonies of #6913FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6913FC

Black with #6913FC

Text Example


Text Example

White with #6913FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,19,252); }

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

background-color css

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

 a { background-color: rgb(105,19,252); }

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

border-color css

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

 span { border-color: rgb(105,19,252); }

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