Html Css Color HEX #6302FB Electric Indigo

📋 copy color: '#6302FB'

red 99 ◦ green 2 ◦ blue 251

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

Shades of Electric Indigo #6302FB

Tints of Electric Indigo #6302FB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

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

R = 28.13%
G = 0.57%
B = 71.31%

CMYK

 C value IS 0.61

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6302FB (or 0x6302FB) is known color: Electric Indigo. HEX triplet: 63, 02 and FB. RGB value is (99,2,251). Sum of RGB (Red+Green+Blue) = 99+2+251=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 251 (98.44% from 255 or 71.31% from 352); Max value from RGB is 251 - color contains mainly: blue. Hex color #6302FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6302FB is #9CFD04. Grayscale: #3A3A3A. Windows color (decimal): -10288389 or 16450147. OLE color: 16450147.

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

Color convert

RGB 99 2 251 -
CMYK 0.61 0.99 0 0.02
HSL 263.37º 0.98% 0.5% -
HSV(B) 263.37º 0.99% 0.98% -
XYZ 22.58 9.66 91.94 -
YUV 59.39 236.14 156.25 -
System Red Green Blue C M Y K H S L
Decimal 99 2 251 0.61 0.99 0 0.02 263.37 0.98 0.5
Hex 63 2 FB 3D 63 0 2 107 62 32
Octal 143 2 373 75 143 0 2 407 142 62
Binary 1100011 10 11111011 111101 1100011 0 10 100000111 1100010 110010

Color Harmonies of #6302FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6302FB

Black with #6302FB

Text Example


Text Example

White with #6302FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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