Html Css Color HEX #6310FF Electric Indigo

📋 copy color: '#6310FF'

red 99 ◦ green 16 ◦ blue 255

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

Shades of Electric Indigo #6310FF

Tints of Electric Indigo #6310FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 68.92%

R = 26.76%
G = 4.32%
B = 68.92%

CMYK

 C value IS 0.61

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6310FF (or 0x6310FF) is known color: Electric Indigo. HEX triplet: 63, 10 and FF. RGB value is (99,16,255). Sum of RGB (Red+Green+Blue) = 99+16+255=370 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.76% from 370); Green value is 16 (6.64% from 255 or 4.32% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #6310FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6310FF is #9CEF00. Grayscale: #434343. Windows color (decimal): -10284801 or 16715875. OLE color: 16715875.

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

Color convert

RGB 99 16 255 -
CMYK 0.61 0.94 0 0
HSL 260.84º 1% 0.53% -
HSV(B) 260.84º 0.94% 1% -
XYZ 23.38 10.24 95.35 -
YUV 68.06 233.5 150.07 -
System Red Green Blue C M Y K H S L
Decimal 99 16 255 0.61 0.94 0 0 260.84 1 0.53
Hex 63 10 FF 3D 5E 0 0 105 64 35
Octal 143 20 377 75 136 0 0 405 144 65
Binary 1100011 10000 11111111 111101 1011110 0 0 100000101 1100100 110101

Color Harmonies of #6310FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6310FF

Black with #6310FF

Text Example


Text Example

White with #6310FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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