Html Css Color HEX #6302FC Electric Indigo

📋 copy color: '#6302FC'

red 99 ◦ green 2 ◦ blue 252

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

Shades of Electric Indigo #6302FC

Tints of Electric Indigo #6302FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 71.39%

R = 28.05%
G = 0.57%
B = 71.39%

CMYK

 C value IS 0.61

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6302FC (or 0x6302FC) is known color: Electric Indigo. HEX triplet: 63, 02 and FC. RGB value is (99,2,252). Sum of RGB (Red+Green+Blue) = 99+2+252=353 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.05% from 353); Green value is 2 (1.17% from 255 or 0.57% from 353); Blue value is 252 (98.83% from 255 or 71.39% from 353); Max value from RGB is 252 - color contains mainly: blue. Hex color #6302FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6302FC is #9CFD03. Grayscale: #3A3A3A. Windows color (decimal): -10288388 or 16515683. OLE color: 16515683.

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

Color convert

RGB 99 2 252 -
CMYK 0.61 0.99 0 0.01
HSL 263.28º 0.98% 0.5% -
HSV(B) 263.28º 0.99% 0.99% -
XYZ 22.74 9.72 92.77 -
YUV 59.5 236.64 156.17 -
System Red Green Blue C M Y K H S L
Decimal 99 2 252 0.61 0.99 0 0.01 263.28 0.98 0.5
Hex 63 2 FC 3D 63 0 1 107 62 32
Octal 143 2 374 75 143 0 1 407 142 62
Binary 1100011 10 11111100 111101 1100011 0 1 100000111 1100010 110010

Color Harmonies of #6302FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6302FC

Black with #6302FC

Text Example


Text Example

White with #6302FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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