Html Css Color HEX #6B03F4 Electric Indigo

📋 copy color: '#6B03F4'

red 107 ◦ green 3 ◦ blue 244

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

Shades of Electric Indigo #6B03F4

Tints of Electric Indigo #6B03F4

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.85%

 BLUE value IS 244 (95.7% from 255) = 68.93%

R = 30.23%
G = 0.85%
B = 68.93%

CMYK

 C value IS 0.56

 M value IS 0.99

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6B03F4 (or 0x6B03F4) is known color: Electric Indigo. HEX triplet: 6B, 03 and F4. RGB value is (107,3,244). Sum of RGB (Red+Green+Blue) = 107+3+244=354 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.23% from 354); Green value is 3 (1.56% from 255 or 0.85% from 354); Blue value is 244 (95.70% from 255 or 68.93% from 354); Max value from RGB is 244 - color contains mainly: blue. Hex color #6B03F4 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B03F4 is #94FC0B. Grayscale: #3C3C3C. Windows color (decimal): -9763852 or 15991659. OLE color: 15991659.

HSL color Cylindrical-coordinate representation of color #6B03F4: hue angle of 265.89º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B03F4 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 107 3 244 -
CMYK 0.56 0.99 0 0.04
HSL 265.89º 0.98% 0.48% -
HSV(B) 265.89º 0.99% 0.96% -
XYZ 22.43 9.72 86.28 -
YUV 61.57 230.96 160.4 -
System Red Green Blue C M Y K H S L
Decimal 107 3 244 0.56 0.99 0 0.04 265.89 0.98 0.48
Hex 6B 3 F4 38 63 0 4 10A 62 30
Octal 153 3 364 70 143 0 4 412 142 60
Binary 1101011 11 11110100 111000 1100011 0 100 100001010 1100010 110000

Color Harmonies of #6B03F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B03F4

Black with #6B03F4

Text Example


Text Example

White with #6B03F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,3,244); }

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

background-color css

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

 a { background-color: rgb(107,3,244); }

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

border-color css

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

 span { border-color: rgb(107,3,244); }

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