Html Css Color HEX #6311FF Electric Indigo

📋 copy color: '#6311FF'

red 99 ◦ green 17 ◦ blue 255

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

Shades of Electric Indigo #6311FF

Tints of Electric Indigo #6311FF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.58%

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

R = 26.68%
G = 4.58%
B = 68.73%

CMYK

 C value IS 0.61

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6311FF (or 0x6311FF) is known color: Electric Indigo. HEX triplet: 63, 11 and FF. RGB value is (99,17,255). Sum of RGB (Red+Green+Blue) = 99+17+255=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #6311FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6311FF is #9CEE00. Grayscale: #434343. Windows color (decimal): -10284545 or 16716131. OLE color: 16716131.

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

Color convert

RGB 99 17 255 -
CMYK 0.61 0.93 0 0
HSL 260.67º 1% 0.53% -
HSV(B) 260.67º 0.93% 1% -
XYZ 23.4 10.27 95.36 -
YUV 68.65 233.17 149.65 -
System Red Green Blue C M Y K H S L
Decimal 99 17 255 0.61 0.93 0 0 260.67 1 0.53
Hex 63 11 FF 3D 5D 0 0 105 64 35
Octal 143 21 377 75 135 0 0 405 144 65
Binary 1100011 10001 11111111 111101 1011101 0 0 100000101 1100100 110101

Color Harmonies of #6311FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6311FF

Black with #6311FF

Text Example


Text Example

White with #6311FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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