Html Css Color HEX #6310FB Electric Indigo

📋 copy color: '#6310FB'

red 99 ◦ green 16 ◦ blue 251

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

Shades of Electric Indigo #6310FB

Tints of Electric Indigo #6310FB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.37%

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

R = 27.05%
G = 4.37%
B = 68.58%

CMYK

 C value IS 0.61

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6310FB (or 0x6310FB) is known color: Electric Indigo. HEX triplet: 63, 10 and FB. RGB value is (99,16,251). Sum of RGB (Red+Green+Blue) = 99+16+251=366 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.05% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 251 (98.44% from 255 or 68.58% from 366); Max value from RGB is 251 - color contains mainly: blue. Hex color #6310FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6310FB is #9CEF04. Grayscale: #424242. Windows color (decimal): -10284805 or 16453731. OLE color: 16453731.

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

Color convert

RGB 99 16 251 -
CMYK 0.61 0.94 0 0.02
HSL 261.19º 0.97% 0.52% -
HSV(B) 261.19º 0.94% 0.98% -
XYZ 22.74 9.99 92 -
YUV 67.61 231.5 150.39 -
System Red Green Blue C M Y K H S L
Decimal 99 16 251 0.61 0.94 0 0.02 261.19 0.97 0.52
Hex 63 10 FB 3D 5E 0 2 105 61 34
Octal 143 20 373 75 136 0 2 405 141 64
Binary 1100011 10000 11111011 111101 1011110 0 10 100000101 1100001 110100

Color Harmonies of #6310FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6310FB

Black with #6310FB

Text Example


Text Example

White with #6310FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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