Html Css Color HEX #6B15EA Electric Indigo

📋 copy color: '#6B15EA'

red 107 ◦ green 21 ◦ blue 234

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

Shades of Electric Indigo #6B15EA

Tints of Electric Indigo #6B15EA

RGB

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

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

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

R = 29.56%
G = 5.8%
B = 64.64%

CMYK

 C value IS 0.54

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6B15EA (or 0x6B15EA) is known color: Electric Indigo. HEX triplet: 6B, 15 and EA. RGB value is (107,21,234). Sum of RGB (Red+Green+Blue) = 107+21+234=362 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.56% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 234 (91.80% from 255 or 64.64% from 362); Max value from RGB is 234 - color contains mainly: blue. Hex color #6B15EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B15EA is #94EA15. Grayscale: #464646. Windows color (decimal): -9759254 or 15340907. OLE color: 15340907.

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

Color convert

RGB 107 21 234 -
CMYK 0.54 0.91 0 0.08
HSL 264.23º 0.84% 0.5% -
HSV(B) 264.23º 0.91% 0.92% -
XYZ 21.18 9.6 78.58 -
YUV 71 219.99 153.68 -
System Red Green Blue C M Y K H S L
Decimal 107 21 234 0.54 0.91 0 0.08 264.23 0.84 0.5
Hex 6B 15 EA 36 5B 0 8 108 54 32
Octal 153 25 352 66 133 0 10 410 124 62
Binary 1101011 10101 11101010 110110 1011011 0 1000 100001000 1010100 110010

Color Harmonies of #6B15EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B15EA

Black with #6B15EA

Text Example


Text Example

White with #6B15EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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