Html Css Color HEX #6B15FA Electric Indigo

📋 copy color: '#6B15FA'

red 107 ◦ green 21 ◦ blue 250

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

Shades of Electric Indigo #6B15FA

Tints of Electric Indigo #6B15FA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.56%

 BLUE value IS 250 (98.05% from 255) = 66.14%

R = 28.31%
G = 5.56%
B = 66.14%

CMYK

 C value IS 0.57

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6B15FA (or 0x6B15FA) is known color: Electric Indigo. HEX triplet: 6B, 15 and FA. RGB value is (107,21,250). Sum of RGB (Red+Green+Blue) = 107+21+250=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 250 (98.05% from 255 or 66.14% from 378); Max value from RGB is 250 - color contains mainly: blue. Hex color #6B15FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B15FA is #94EA05. Grayscale: #474747. Windows color (decimal): -9759238 or 16389483. OLE color: 16389483.

HSL color Cylindrical-coordinate representation of color #6B15FA: hue angle of 262.53º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6B15FA is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 107 21 250 -
CMYK 0.57 0.92 0 0.02
HSL 262.53º 0.96% 0.53% -
HSV(B) 262.53º 0.92% 0.98% -
XYZ 23.59 10.56 91.24 -
YUV 72.82 227.99 152.38 -
System Red Green Blue C M Y K H S L
Decimal 107 21 250 0.57 0.92 0 0.02 262.53 0.96 0.53
Hex 6B 15 FA 39 5C 0 2 107 60 35
Octal 153 25 372 71 134 0 2 407 140 65
Binary 1101011 10101 11111010 111001 1011100 0 10 100000111 1100000 110101

Color Harmonies of #6B15FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B15FA

Black with #6B15FA

Text Example


Text Example

White with #6B15FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,21,250); }

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

background-color css

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

 a { background-color: rgb(107,21,250); }

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

border-color css

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

 span { border-color: rgb(107,21,250); }

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