Html Css Color HEX #6509EF Electric Indigo

📋 copy color: '#6509EF'

red 101 ◦ green 9 ◦ blue 239

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

Shades of Electric Indigo #6509EF

Tints of Electric Indigo #6509EF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.58%

 BLUE value IS 239 (93.75% from 255) = 68.48%

R = 28.94%
G = 2.58%
B = 68.48%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6509EF (or 0x6509EF) is known color: Electric Indigo. HEX triplet: 65, 09 and EF. RGB value is (101,9,239). Sum of RGB (Red+Green+Blue) = 101+9+239=349 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.94% from 349); Green value is 9 (3.91% from 255 or 2.58% from 349); Blue value is 239 (93.75% from 255 or 68.48% from 349); Max value from RGB is 239 - color contains mainly: blue. Hex color #6509EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6509EF is #9AF610. Grayscale: #3D3D3D. Windows color (decimal): -10155537 or 15665509. OLE color: 15665509.

HSL color Cylindrical-coordinate representation of color #6509EF: hue angle of 264º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6509EF is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 101 9 239 -
CMYK 0.58 0.96 0 0.06
HSL 264º 0.93% 0.49% -
HSV(B) 264º 0.96% 0.94% -
XYZ 21.04 9.19 82.33 -
YUV 62.73 227.48 155.3 -
System Red Green Blue C M Y K H S L
Decimal 101 9 239 0.58 0.96 0 0.06 264 0.93 0.49
Hex 65 9 EF 3A 60 0 6 108 5D 31
Octal 145 11 357 72 140 0 6 410 135 61
Binary 1100101 1001 11101111 111010 1100000 0 110 100001000 1011101 110001

Color Harmonies of #6509EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6509EF

Black with #6509EF

Text Example


Text Example

White with #6509EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6509EF; }

 p { color: rgb(101,9,239); }

 H1.HeaderClassName
 {
   color: #6509EF;
 }
 .AnyTagClassName
 {
   color: #6509EF;
 }
</style>

background-color css

<style>
 a { background-color: #6509EF; }

 a { background-color: rgb(101,9,239); }

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

border-color css

<style>
 span { border-color: #6509EF; }

 span { border-color: rgb(101,9,239); }

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