Html Css Color HEX #6509FE Electric Indigo

📋 copy color: '#6509FE'

red 101 ◦ green 9 ◦ blue 254

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

Shades of Electric Indigo #6509FE

Tints of Electric Indigo #6509FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 69.78%

R = 27.75%
G = 2.47%
B = 69.78%

CMYK

 C value IS 0.60

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6509FE (or 0x6509FE) is known color: Electric Indigo. HEX triplet: 65, 09 and FE. RGB value is (101,9,254). Sum of RGB (Red+Green+Blue) = 101+9+254=364 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.75% from 364); Green value is 9 (3.91% from 255 or 2.47% from 364); Blue value is 254 (99.61% from 255 or 69.78% from 364); Max value from RGB is 254 - color contains mainly: blue. Hex color #6509FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6509FE is #9AF601. Grayscale: #3F3F3F. Windows color (decimal): -10155522 or 16648549. OLE color: 16648549.

HSL color Cylindrical-coordinate representation of color #6509FE: hue angle of 262.53º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6509FE is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 101 9 254 -
CMYK 0.60 0.96 0 0.00
HSL 262.53º 0.99% 0.52% -
HSV(B) 262.53º 0.96% 1% -
XYZ 23.35 10.12 94.49 -
YUV 64.44 234.98 154.08 -
System Red Green Blue C M Y K H S L
Decimal 101 9 254 0.60 0.96 0 0.00 262.53 0.99 0.52
Hex 65 9 FE 3C 60 0 0 107 63 34
Octal 145 11 376 74 140 0 0 407 143 64
Binary 1100101 1001 11111110 111100 1100000 0 0 100000111 1100011 110100

Color Harmonies of #6509FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6509FE

Black with #6509FE

Text Example


Text Example

White with #6509FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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