Html Css Color HEX #6B04FE Electric Indigo

📋 copy color: '#6B04FE'

red 107 ◦ green 4 ◦ blue 254

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

Shades of Electric Indigo #6B04FE

Tints of Electric Indigo #6B04FE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.1%

 BLUE value IS 254 (99.61% from 255) = 69.59%

R = 29.32%
G = 1.1%
B = 69.59%

CMYK

 C value IS 0.58

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6B04FE (or 0x6B04FE) is known color: Electric Indigo. HEX triplet: 6B, 04 and FE. RGB value is (107,4,254). Sum of RGB (Red+Green+Blue) = 107+4+254=365 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.32% from 365); Green value is 4 (1.95% from 255 or 1.10% from 365); Blue value is 254 (99.61% from 255 or 69.59% from 365); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B04FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B04FE is #94FB01. Grayscale: #3E3E3E. Windows color (decimal): -9763586 or 16647275. OLE color: 16647275.

HSL color Cylindrical-coordinate representation of color #6B04FE: hue angle of 264.72º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B04FE is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 107 4 254 -
CMYK 0.58 0.98 0 0.00
HSL 264.72º 0.99% 0.51% -
HSV(B) 264.72º 0.98% 1% -
XYZ 24 10.37 94.5 -
YUV 63.3 235.62 159.17 -
System Red Green Blue C M Y K H S L
Decimal 107 4 254 0.58 0.98 0 0.00 264.72 0.99 0.51
Hex 6B 4 FE 3A 62 0 0 109 63 33
Octal 153 4 376 72 142 0 0 411 143 63
Binary 1101011 100 11111110 111010 1100010 0 0 100001001 1100011 110011

Color Harmonies of #6B04FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B04FE

Black with #6B04FE

Text Example


Text Example

White with #6B04FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,4,254); }

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

background-color css

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

 a { background-color: rgb(107,4,254); }

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

border-color css

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

 span { border-color: rgb(107,4,254); }

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