Html Css Color HEX #6512F9 Electric Indigo

📋 copy color: '#6512F9'

red 101 ◦ green 18 ◦ blue 249

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

Shades of Electric Indigo #6512F9

Tints of Electric Indigo #6512F9

RGB

 RED value IS 101 (39.84% from 255) = 27.45%

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

 BLUE value IS 249 (97.66% from 255) = 67.66%

R = 27.45%
G = 4.89%
B = 67.66%

CMYK

 C value IS 0.59

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6512F9 (or 0x6512F9) is known color: Electric Indigo. HEX triplet: 65, 12 and F9. RGB value is (101,18,249). Sum of RGB (Red+Green+Blue) = 101+18+249=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 18 (7.42% from 255 or 4.89% from 368); Blue value is 249 (97.66% from 255 or 67.66% from 368); Max value from RGB is 249 - color contains mainly: blue. Hex color #6512F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6512F9 is #9AED06. Grayscale: #444444. Windows color (decimal): -10153223 or 16323173. OLE color: 16323173.

HSL color Cylindrical-coordinate representation of color #6512F9: hue angle of 261.56º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6512F9 is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 18 249 -
CMYK 0.59 0.93 0 0.02
HSL 261.56º 0.95% 0.52% -
HSV(B) 261.56º 0.93% 0.98% -
XYZ 22.68 10.04 90.36 -
YUV 69.15 229.5 150.72 -
System Red Green Blue C M Y K H S L
Decimal 101 18 249 0.59 0.93 0 0.02 261.56 0.95 0.52
Hex 65 12 F9 3B 5D 0 2 106 5F 34
Octal 145 22 371 73 135 0 2 406 137 64
Binary 1100101 10010 11111001 111011 1011101 0 10 100000110 1011111 110100

Color Harmonies of #6512F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6512F9

Black with #6512F9

Text Example


Text Example

White with #6512F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6512F9; }

 p { color: rgb(101,18,249); }

 H1.HeaderClassName
 {
   color: #6512F9;
 }
 .AnyTagClassName
 {
   color: #6512F9;
 }
</style>

background-color css

<style>
 a { background-color: #6512F9; }

 a { background-color: rgb(101,18,249); }

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

border-color css

<style>
 span { border-color: #6512F9; }

 span { border-color: rgb(101,18,249); }

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