Html Css Color HEX #6307FA Electric Indigo

📋 copy color: '#6307FA'

red 99 ◦ green 7 ◦ blue 250

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

Shades of Electric Indigo #6307FA

Tints of Electric Indigo #6307FA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.97%

 BLUE value IS 250 (98.05% from 255) = 70.22%

R = 27.81%
G = 1.97%
B = 70.22%

CMYK

 C value IS 0.60

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6307FA (or 0x6307FA) is known color: Electric Indigo. HEX triplet: 63, 07 and FA. RGB value is (99,7,250). Sum of RGB (Red+Green+Blue) = 99+7+250=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 250 (98.05% from 255 or 70.22% from 356); Max value from RGB is 250 - color contains mainly: blue. Hex color #6307FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6307FA is #9CF805. Grayscale: #3D3D3D. Windows color (decimal): -10287110 or 16385891. OLE color: 16385891.

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

Color convert

RGB 99 7 250 -
CMYK 0.60 0.97 0 0.02
HSL 262.72º 0.96% 0.5% -
HSV(B) 262.72º 0.97% 0.98% -
XYZ 22.48 9.71 91.13 -
YUV 62.21 233.98 154.24 -
System Red Green Blue C M Y K H S L
Decimal 99 7 250 0.60 0.97 0 0.02 262.72 0.96 0.5
Hex 63 7 FA 3C 61 0 2 107 60 32
Octal 143 7 372 74 141 0 2 407 140 62
Binary 1100011 111 11111010 111100 1100001 0 10 100000111 1100000 110010

Color Harmonies of #6307FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6307FA

Black with #6307FA

Text Example


Text Example

White with #6307FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6307FA; }

 p { color: rgb(99,7,250); }

 H1.HeaderClassName
 {
   color: #6307FA;
 }
 .AnyTagClassName
 {
   color: #6307FA;
 }
</style>

background-color css

<style>
 a { background-color: #6307FA; }

 a { background-color: rgb(99,7,250); }

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

border-color css

<style>
 span { border-color: #6307FA; }

 span { border-color: rgb(99,7,250); }

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