Html Css Color HEX #6311FD Electric Indigo

📋 copy color: '#6311FD'

red 99 ◦ green 17 ◦ blue 253

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

Shades of Electric Indigo #6311FD

Tints of Electric Indigo #6311FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 68.56%

R = 26.83%
G = 4.61%
B = 68.56%

CMYK

 C value IS 0.61

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6311FD (or 0x6311FD) is known color: Electric Indigo. HEX triplet: 63, 11 and FD. RGB value is (99,17,253). Sum of RGB (Red+Green+Blue) = 99+17+253=369 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.83% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 253 (99.22% from 255 or 68.56% from 369); Max value from RGB is 253 - color contains mainly: blue. Hex color #6311FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6311FD is #9CEE02. Grayscale: #434343. Windows color (decimal): -10284547 or 16585059. OLE color: 16585059.

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

Color convert

RGB 99 17 253 -
CMYK 0.61 0.93 0 0.01
HSL 260.85º 0.98% 0.53% -
HSV(B) 260.85º 0.93% 0.99% -
XYZ 23.08 10.15 93.67 -
YUV 68.42 232.17 149.81 -
System Red Green Blue C M Y K H S L
Decimal 99 17 253 0.61 0.93 0 0.01 260.85 0.98 0.53
Hex 63 11 FD 3D 5D 0 1 105 62 35
Octal 143 21 375 75 135 0 1 405 142 65
Binary 1100011 10001 11111101 111101 1011101 0 1 100000101 1100010 110101

Color Harmonies of #6311FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6311FD

Black with #6311FD

Text Example


Text Example

White with #6311FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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