Html Css Color HEX #6813FC Electric Indigo

📋 copy color: '#6813FC'

red 104 ◦ green 19 ◦ blue 252

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

Shades of Electric Indigo #6813FC

Tints of Electric Indigo #6813FC

RGB

 RED value IS 104 (41.02% from 255) = 27.73%

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

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

R = 27.73%
G = 5.07%
B = 67.2%

CMYK

 C value IS 0.59

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6813FC (or 0x6813FC) is known color: Electric Indigo. HEX triplet: 68, 13 and FC. RGB value is (104,19,252). Sum of RGB (Red+Green+Blue) = 104+19+252=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 252 (98.83% from 255 or 67.2% from 375); Max value from RGB is 252 - color contains mainly: blue. Hex color #6813FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6813FC is #97EC03. Grayscale: #464646. Windows color (decimal): -9956356 or 16520040. OLE color: 16520040.

HSL color Cylindrical-coordinate representation of color #6813FC: hue angle of 261.89º 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 #6813FC is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 104 19 252 -
CMYK 0.59 0.92 0 0.01
HSL 261.89º 0.97% 0.53% -
HSV(B) 261.89º 0.92% 0.99% -
XYZ 23.51 10.44 92.87 -
YUV 70.98 230.16 151.55 -
System Red Green Blue C M Y K H S L
Decimal 104 19 252 0.59 0.92 0 0.01 261.89 0.97 0.53
Hex 68 13 FC 3B 5C 0 1 106 61 35
Octal 150 23 374 73 134 0 1 406 141 65
Binary 1101000 10011 11111100 111011 1011100 0 1 100000110 1100001 110101

Color Harmonies of #6813FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6813FC

Black with #6813FC

Text Example


Text Example

White with #6813FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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