Html Css Color HEX #6B13EA Electric Indigo

📋 copy color: '#6B13EA'

red 107 ◦ green 19 ◦ blue 234

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

Shades of Electric Indigo #6B13EA

Tints of Electric Indigo #6B13EA

RGB

 RED value IS 107 (42.19% from 255) = 29.72%

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

 BLUE value IS 234 (91.8% from 255) = 65%

R = 29.72%
G = 5.28%
B = 65%

CMYK

 C value IS 0.54

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6B13EA (or 0x6B13EA) is known color: Electric Indigo. HEX triplet: 6B, 13 and EA. RGB value is (107,19,234). Sum of RGB (Red+Green+Blue) = 107+19+234=360 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.72% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 234 (91.80% from 255 or 65% from 360); Max value from RGB is 234 - color contains mainly: blue. Hex color #6B13EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B13EA is #94EC15. Grayscale: #454545. Windows color (decimal): -9759766 or 15340395. OLE color: 15340395.

HSL color Cylindrical-coordinate representation of color #6B13EA: hue angle of 264.56º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6B13EA is Cyan = 0.54, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 107 19 234 -
CMYK 0.54 0.92 0 0.08
HSL 264.56º 0.85% 0.5% -
HSV(B) 264.56º 0.92% 0.92% -
XYZ 21.15 9.53 78.57 -
YUV 69.82 220.65 154.52 -
System Red Green Blue C M Y K H S L
Decimal 107 19 234 0.54 0.92 0 0.08 264.56 0.85 0.5
Hex 6B 13 EA 36 5C 0 8 109 55 32
Octal 153 23 352 66 134 0 10 411 125 62
Binary 1101011 10011 11101010 110110 1011100 0 1000 100001001 1010101 110010

Color Harmonies of #6B13EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B13EA

Black with #6B13EA

Text Example


Text Example

White with #6B13EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,19,234); }

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

background-color css

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

 a { background-color: rgb(107,19,234); }

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

border-color css

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

 span { border-color: rgb(107,19,234); }

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