Html Css Color HEX #6B13F7 Electric Indigo

📋 copy color: '#6B13F7'

red 107 ◦ green 19 ◦ blue 247

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

Shades of Electric Indigo #6B13F7

Tints of Electric Indigo #6B13F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 66.22%

R = 28.69%
G = 5.09%
B = 66.22%

CMYK

 C value IS 0.57

 M value IS 0.92

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6B13F7 (or 0x6B13F7) is known color: Electric Indigo. HEX triplet: 6B, 13 and F7. RGB value is (107,19,247). Sum of RGB (Red+Green+Blue) = 107+19+247=373 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.69% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 247 (96.88% from 255 or 66.22% from 373); Max value from RGB is 247 - color contains mainly: blue. Hex color #6B13F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B13F7 is #94EC08. Grayscale: #464646. Windows color (decimal): -9759753 or 16192363. OLE color: 16192363.

HSL color Cylindrical-coordinate representation of color #6B13F7: hue angle of 263.16º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6B13F7 is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 107 19 247 -
CMYK 0.57 0.92 0 0.03
HSL 263.16º 0.93% 0.52% -
HSV(B) 263.16º 0.92% 0.97% -
XYZ 23.08 10.31 88.77 -
YUV 71.3 227.15 153.46 -
System Red Green Blue C M Y K H S L
Decimal 107 19 247 0.57 0.92 0 0.03 263.16 0.93 0.52
Hex 6B 13 F7 39 5C 0 3 107 5D 34
Octal 153 23 367 71 134 0 3 407 135 64
Binary 1101011 10011 11110111 111001 1011100 0 11 100000111 1011101 110100

Color Harmonies of #6B13F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B13F7

Black with #6B13F7

Text Example


Text Example

White with #6B13F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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