Html Css Color HEX #6B15FB Electric Indigo

📋 copy color: '#6B15FB'

red 107 ◦ green 21 ◦ blue 251

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

Shades of Electric Indigo #6B15FB

Tints of Electric Indigo #6B15FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 66.23%

R = 28.23%
G = 5.54%
B = 66.23%

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

#6B15FB (or 0x6B15FB) is known color: Electric Indigo. HEX triplet: 6B, 15 and FB. RGB value is (107,21,251). Sum of RGB (Red+Green+Blue) = 107+21+251=379 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.23% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 251 (98.44% from 255 or 66.23% from 379); Max value from RGB is 251 - color contains mainly: blue. Hex color #6B15FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B15FB is #94EA04. Grayscale: #484848. Windows color (decimal): -9759237 or 16455019. OLE color: 16455019.

HSL color Cylindrical-coordinate representation of color #6B15FB: hue angle of 262.43º degrees, saturation: 0.97, 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 #6B15FB is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 107 21 251 -
CMYK 0.57 0.92 0 0.02
HSL 262.43º 0.97% 0.53% -
HSV(B) 262.43º 0.92% 0.98% -
XYZ 23.74 10.63 92.07 -
YUV 72.93 228.49 152.3 -
System Red Green Blue C M Y K H S L
Decimal 107 21 251 0.57 0.92 0 0.02 262.43 0.97 0.53
Hex 6B 15 FB 39 5C 0 2 106 61 35
Octal 153 25 373 71 134 0 2 406 141 65
Binary 1101011 10101 11111011 111001 1011100 0 10 100000110 1100001 110101

Color Harmonies of #6B15FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B15FB

Black with #6B15FB

Text Example


Text Example

White with #6B15FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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