Html Css Color HEX #6B14FA Electric Indigo

📋 copy color: '#6B14FA'

red 107 ◦ green 20 ◦ blue 250

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

Shades of Electric Indigo #6B14FA

Tints of Electric Indigo #6B14FA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.31%

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

R = 28.38%
G = 5.31%
B = 66.31%

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

#6B14FA (or 0x6B14FA) is known color: Electric Indigo. HEX triplet: 6B, 14 and FA. RGB value is (107,20,250). Sum of RGB (Red+Green+Blue) = 107+20+250=377 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.38% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 250 (98.05% from 255 or 66.31% from 377); Max value from RGB is 250 - color contains mainly: blue. Hex color #6B14FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B14FA is #94EB05. Grayscale: #474747. Windows color (decimal): -9759494 or 16389227. OLE color: 16389227.

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

Color convert

RGB 107 20 250 -
CMYK 0.57 0.92 0 0.02
HSL 262.7º 0.96% 0.53% -
HSV(B) 262.7º 0.92% 0.98% -
XYZ 23.57 10.53 91.23 -
YUV 72.23 228.32 152.8 -
System Red Green Blue C M Y K H S L
Decimal 107 20 250 0.57 0.92 0 0.02 262.7 0.96 0.53
Hex 6B 14 FA 39 5C 0 2 107 60 35
Octal 153 24 372 71 134 0 2 407 140 65
Binary 1101011 10100 11111010 111001 1011100 0 10 100000111 1100000 110101

Color Harmonies of #6B14FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B14FA

Black with #6B14FA

Text Example


Text Example

White with #6B14FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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