Html Css Color HEX #6505F8 Electric Indigo

📋 copy color: '#6505F8'

red 101 ◦ green 5 ◦ blue 248

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

Shades of Electric Indigo #6505F8

Tints of Electric Indigo #6505F8

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.41%

 BLUE value IS 248 (97.27% from 255) = 70.06%

R = 28.53%
G = 1.41%
B = 70.06%

CMYK

 C value IS 0.59

 M value IS 0.98

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6505F8 (or 0x6505F8) is known color: Electric Indigo. HEX triplet: 65, 05 and F8. RGB value is (101,5,248). Sum of RGB (Red+Green+Blue) = 101+5+248=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 5 (2.34% from 255 or 1.41% from 354); Blue value is 248 (97.27% from 255 or 70.06% from 354); Max value from RGB is 248 - color contains mainly: blue. Hex color #6505F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6505F8 is #9AFA07. Grayscale: #3C3C3C. Windows color (decimal): -10156552 or 16254309. OLE color: 16254309.

HSL color Cylindrical-coordinate representation of color #6505F8: hue angle of 263.7º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6505F8 is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 101 5 248 -
CMYK 0.59 0.98 0 0.03
HSL 263.7º 0.96% 0.5% -
HSV(B) 263.7º 0.98% 0.97% -
XYZ 22.36 9.65 89.49 -
YUV 61.41 233.3 156.24 -
System Red Green Blue C M Y K H S L
Decimal 101 5 248 0.59 0.98 0 0.03 263.7 0.96 0.5
Hex 65 5 F8 3B 62 0 3 108 60 32
Octal 145 5 370 73 142 0 3 410 140 62
Binary 1100101 101 11111000 111011 1100010 0 11 100001000 1100000 110010

Color Harmonies of #6505F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6505F8

Black with #6505F8

Text Example


Text Example

White with #6505F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6505F8; }

 p { color: rgb(101,5,248); }

 H1.HeaderClassName
 {
   color: #6505F8;
 }
 .AnyTagClassName
 {
   color: #6505F8;
 }
</style>

background-color css

<style>
 a { background-color: #6505F8; }

 a { background-color: rgb(101,5,248); }

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

border-color css

<style>
 span { border-color: #6505F8; }

 span { border-color: rgb(101,5,248); }

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