Html Css Color HEX #6505F4 Electric Indigo

📋 copy color: '#6505F4'

red 101 ◦ green 5 ◦ blue 244

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

Shades of Electric Indigo #6505F4

Tints of Electric Indigo #6505F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 69.71%

R = 28.86%
G = 1.43%
B = 69.71%

CMYK

 C value IS 0.59

 M value IS 0.98

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6505F4 (or 0x6505F4) is known color: Electric Indigo. HEX triplet: 65, 05 and F4. RGB value is (101,5,244). Sum of RGB (Red+Green+Blue) = 101+5+244=350 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.86% from 350); Green value is 5 (2.34% from 255 or 1.43% from 350); Blue value is 244 (95.70% from 255 or 69.71% from 350); Max value from RGB is 244 - color contains mainly: blue. Hex color #6505F4 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6505F4 is #9AFA0B. Grayscale: #3C3C3C. Windows color (decimal): -10156556 or 15992165. OLE color: 15992165.

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

Color convert

RGB 101 5 244 -
CMYK 0.59 0.98 0 0.04
HSL 264.1º 0.96% 0.49% -
HSV(B) 264.1º 0.98% 0.96% -
XYZ 21.75 9.41 86.26 -
YUV 60.95 231.3 156.57 -
System Red Green Blue C M Y K H S L
Decimal 101 5 244 0.59 0.98 0 0.04 264.1 0.96 0.49
Hex 65 5 F4 3B 62 0 4 108 60 31
Octal 145 5 364 73 142 0 4 410 140 61
Binary 1100101 101 11110100 111011 1100010 0 100 100001000 1100000 110001

Color Harmonies of #6505F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6505F4

Black with #6505F4

Text Example


Text Example

White with #6505F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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