Html Css Color HEX #6506FF Electric Indigo

📋 copy color: '#6506FF'

red 101 ◦ green 6 ◦ blue 255

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

Shades of Electric Indigo #6506FF

Tints of Electric Indigo #6506FF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.66%

 BLUE value IS 255 (100% from 255) = 70.44%

R = 27.9%
G = 1.66%
B = 70.44%

CMYK

 C value IS 0.60

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6506FF (or 0x6506FF) is known color: Electric Indigo. HEX triplet: 65, 06 and FF. RGB value is (101,6,255). Sum of RGB (Red+Green+Blue) = 101+6+255=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 6 (2.73% from 255 or 1.66% from 362); Blue value is 255 (100% from 255 or 70.44% from 362); Max value from RGB is 255 - color contains mainly: blue. Hex color #6506FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6506FF is #9AF900. Grayscale: #3D3D3D. Windows color (decimal): -10156289 or 16713317. OLE color: 16713317.

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

Color convert

RGB 101 6 255 -
CMYK 0.60 0.98 0 0
HSL 262.89º 1% 0.51% -
HSV(B) 262.89º 0.98% 1% -
XYZ 23.48 10.12 95.32 -
YUV 62.79 236.47 155.25 -
System Red Green Blue C M Y K H S L
Decimal 101 6 255 0.60 0.98 0 0 262.89 1 0.51
Hex 65 6 FF 3C 62 0 0 107 64 33
Octal 145 6 377 74 142 0 0 407 144 63
Binary 1100101 110 11111111 111100 1100010 0 0 100000111 1100100 110011

Color Harmonies of #6506FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6506FF

Black with #6506FF

Text Example


Text Example

White with #6506FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6506FF; }

 p { color: rgb(101,6,255); }

 H1.HeaderClassName
 {
   color: #6506FF;
 }
 .AnyTagClassName
 {
   color: #6506FF;
 }
</style>

background-color css

<style>
 a { background-color: #6506FF; }

 a { background-color: rgb(101,6,255); }

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

border-color css

<style>
 span { border-color: #6506FF; }

 span { border-color: rgb(101,6,255); }

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