Html Css Color HEX #6304FB Electric Indigo

📋 copy color: '#6304FB'

red 99 ◦ green 4 ◦ blue 251

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

Shades of Electric Indigo #6304FB

Tints of Electric Indigo #6304FB

RGB

 RED value IS 99 (39.06% from 255) = 27.97%

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

 BLUE value IS 251 (98.44% from 255) = 70.9%

R = 27.97%
G = 1.13%
B = 70.9%

CMYK

 C value IS 0.61

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6304FB (or 0x6304FB) is known color: Electric Indigo. HEX triplet: 63, 04 and FB. RGB value is (99,4,251). Sum of RGB (Red+Green+Blue) = 99+4+251=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 4 (1.95% from 255 or 1.13% from 354); Blue value is 251 (98.44% from 255 or 70.90% from 354); Max value from RGB is 251 - color contains mainly: blue. Hex color #6304FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6304FB is #9CFB04. Grayscale: #3B3B3B. Windows color (decimal): -10287877 or 16450659. OLE color: 16450659.

HSL color Cylindrical-coordinate representation of color #6304FB: hue angle of 263.08º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6304FB is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 99 4 251 -
CMYK 0.61 0.98 0 0.02
HSL 263.08º 0.97% 0.5% -
HSV(B) 263.08º 0.98% 0.98% -
XYZ 22.6 9.7 91.95 -
YUV 60.56 235.47 155.42 -
System Red Green Blue C M Y K H S L
Decimal 99 4 251 0.61 0.98 0 0.02 263.08 0.97 0.5
Hex 63 4 FB 3D 62 0 2 107 61 32
Octal 143 4 373 75 142 0 2 407 141 62
Binary 1100011 100 11111011 111101 1100010 0 10 100000111 1100001 110010

Color Harmonies of #6304FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6304FB

Black with #6304FB

Text Example


Text Example

White with #6304FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6304FB; }

 p { color: rgb(99,4,251); }

 H1.HeaderClassName
 {
   color: #6304FB;
 }
 .AnyTagClassName
 {
   color: #6304FB;
 }
</style>

background-color css

<style>
 a { background-color: #6304FB; }

 a { background-color: rgb(99,4,251); }

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

border-color css

<style>
 span { border-color: #6304FB; }

 span { border-color: rgb(99,4,251); }

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