Html Css Color HEX #6C13F5 Electric Indigo

📋 copy color: '#6C13F5'

red 108 ◦ green 19 ◦ blue 245

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

Shades of Electric Indigo #6C13F5

Tints of Electric Indigo #6C13F5

RGB

 RED value IS 108 (42.58% from 255) = 29.03%

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

 BLUE value IS 245 (96.09% from 255) = 65.86%

R = 29.03%
G = 5.11%
B = 65.86%

CMYK

 C value IS 0.56

 M value IS 0.92

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6C13F5 (or 0x6C13F5) is known color: Electric Indigo. HEX triplet: 6C, 13 and F5. RGB value is (108,19,245). Sum of RGB (Red+Green+Blue) = 108+19+245=372 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.03% from 372); Green value is 19 (7.81% from 255 or 5.11% from 372); Blue value is 245 (96.09% from 255 or 65.86% from 372); Max value from RGB is 245 - color contains mainly: blue. Hex color #6C13F5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C13F5 is #93EC0A. Grayscale: #464646. Windows color (decimal): -9694219 or 16061292. OLE color: 16061292.

HSL color Cylindrical-coordinate representation of color #6C13F5: hue angle of 263.63º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6C13F5 is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 108 19 245 -
CMYK 0.56 0.92 0 0.04
HSL 263.63º 0.92% 0.52% -
HSV(B) 263.63º 0.92% 0.96% -
XYZ 22.9 10.25 87.16 -
YUV 71.38 225.99 154.12 -
System Red Green Blue C M Y K H S L
Decimal 108 19 245 0.56 0.92 0 0.04 263.63 0.92 0.52
Hex 6C 13 F5 38 5C 0 4 108 5C 34
Octal 154 23 365 70 134 0 4 410 134 64
Binary 1101100 10011 11110101 111000 1011100 0 100 100001000 1011100 110100

Color Harmonies of #6C13F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C13F5

Black with #6C13F5

Text Example


Text Example

White with #6C13F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C13F5; }

 p { color: rgb(108,19,245); }

 H1.HeaderClassName
 {
   color: #6C13F5;
 }
 .AnyTagClassName
 {
   color: #6C13F5;
 }
</style>

background-color css

<style>
 a { background-color: #6C13F5; }

 a { background-color: rgb(108,19,245); }

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

border-color css

<style>
 span { border-color: #6C13F5; }

 span { border-color: rgb(108,19,245); }

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