Html Css Color HEX #6312FB Electric Indigo

📋 copy color: '#6312FB'

red 99 ◦ green 18 ◦ blue 251

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

Shades of Electric Indigo #6312FB

Tints of Electric Indigo #6312FB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.89%

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

R = 26.9%
G = 4.89%
B = 68.21%

CMYK

 C value IS 0.61

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6312FB (or 0x6312FB) is known color: Electric Indigo. HEX triplet: 63, 12 and FB. RGB value is (99,18,251). Sum of RGB (Red+Green+Blue) = 99+18+251=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 18 (7.42% from 255 or 4.89% from 368); Blue value is 251 (98.44% from 255 or 68.21% from 368); Max value from RGB is 251 - color contains mainly: blue. Hex color #6312FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6312FB is #9CED04. Grayscale: #434343. Windows color (decimal): -10284293 or 16454243. OLE color: 16454243.

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

Color convert

RGB 99 18 251 -
CMYK 0.61 0.93 0 0.02
HSL 260.86º 0.97% 0.53% -
HSV(B) 260.86º 0.93% 0.98% -
XYZ 22.77 10.05 92.01 -
YUV 68.78 230.84 149.55 -
System Red Green Blue C M Y K H S L
Decimal 99 18 251 0.61 0.93 0 0.02 260.86 0.97 0.53
Hex 63 12 FB 3D 5D 0 2 105 61 35
Octal 143 22 373 75 135 0 2 405 141 65
Binary 1100011 10010 11111011 111101 1011101 0 10 100000101 1100001 110101

Color Harmonies of #6312FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6312FB

Black with #6312FB

Text Example


Text Example

White with #6312FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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