Html Css Color HEX #6509FB Electric Indigo

📋 copy color: '#6509FB'

red 101 ◦ green 9 ◦ blue 251

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

Shades of Electric Indigo #6509FB

Tints of Electric Indigo #6509FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 69.53%

R = 27.98%
G = 2.49%
B = 69.53%

CMYK

 C value IS 0.60

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6509FB (or 0x6509FB) is known color: Electric Indigo. HEX triplet: 65, 09 and FB. RGB value is (101,9,251). Sum of RGB (Red+Green+Blue) = 101+9+251=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 251 (98.44% from 255 or 69.53% from 361); Max value from RGB is 251 - color contains mainly: blue. Hex color #6509FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6509FB is #9AF604. Grayscale: #3F3F3F. Windows color (decimal): -10155525 or 16451941. OLE color: 16451941.

HSL color Cylindrical-coordinate representation of color #6509FB: hue angle of 262.81º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6509FB is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 9 251 -
CMYK 0.60 0.96 0 0.02
HSL 262.81º 0.97% 0.51% -
HSV(B) 262.81º 0.96% 0.98% -
XYZ 22.88 9.93 91.98 -
YUV 64.1 233.48 154.32 -
System Red Green Blue C M Y K H S L
Decimal 101 9 251 0.60 0.96 0 0.02 262.81 0.97 0.51
Hex 65 9 FB 3C 60 0 2 107 61 33
Octal 145 11 373 74 140 0 2 407 141 63
Binary 1100101 1001 11111011 111100 1100000 0 10 100000111 1100001 110011

Color Harmonies of #6509FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6509FB

Black with #6509FB

Text Example


Text Example

White with #6509FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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