Html Css Color HEX #6B04FD Electric Indigo

📋 copy color: '#6B04FD'

red 107 ◦ green 4 ◦ blue 253

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

Shades of Electric Indigo #6B04FD

Tints of Electric Indigo #6B04FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 69.51%

R = 29.4%
G = 1.1%
B = 69.51%

CMYK

 C value IS 0.58

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6B04FD (or 0x6B04FD) is known color: Electric Indigo. HEX triplet: 6B, 04 and FD. RGB value is (107,4,253). Sum of RGB (Red+Green+Blue) = 107+4+253=364 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.40% from 364); Green value is 4 (1.95% from 255 or 1.10% from 364); Blue value is 253 (99.22% from 255 or 69.51% from 364); Max value from RGB is 253 - color contains mainly: blue. Hex color #6B04FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B04FD is #94FB02. Grayscale: #3E3E3E. Windows color (decimal): -9763587 or 16581739. OLE color: 16581739.

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

Color convert

RGB 107 4 253 -
CMYK 0.58 0.98 0 0.01
HSL 264.82º 0.98% 0.5% -
HSV(B) 264.82º 0.98% 0.99% -
XYZ 23.84 10.3 93.66 -
YUV 63.18 235.12 159.25 -
System Red Green Blue C M Y K H S L
Decimal 107 4 253 0.58 0.98 0 0.01 264.82 0.98 0.5
Hex 6B 4 FD 3A 62 0 1 109 62 32
Octal 153 4 375 72 142 0 1 411 142 62
Binary 1101011 100 11111101 111010 1100010 0 1 100001001 1100010 110010

Color Harmonies of #6B04FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B04FD

Black with #6B04FD

Text Example


Text Example

White with #6B04FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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