Html Css Color HEX #6506E9 Electric Indigo

📋 copy color: '#6506E9'

red 101 ◦ green 6 ◦ blue 233

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

Shades of Electric Indigo #6506E9

Tints of Electric Indigo #6506E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 68.53%

R = 29.71%
G = 1.76%
B = 68.53%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6506E9 (or 0x6506E9) is known color: Electric Indigo. HEX triplet: 65, 06 and E9. RGB value is (101,6,233). Sum of RGB (Red+Green+Blue) = 101+6+233=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 6 (2.73% from 255 or 1.76% from 340); Blue value is 233 (91.41% from 255 or 68.53% from 340); Max value from RGB is 233 - color contains mainly: blue. Hex color #6506E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6506E9 is #9AF916. Grayscale: #3B3B3B. Windows color (decimal): -10156311 or 15271525. OLE color: 15271525.

HSL color Cylindrical-coordinate representation of color #6506E9: hue angle of 265.11º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6506E9 is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 101 6 233 -
CMYK 0.57 0.97 0 0.09
HSL 265.11º 0.95% 0.47% -
HSV(B) 265.11º 0.97% 0.91% -
XYZ 20.14 8.78 77.72 -
YUV 60.28 225.47 157.04 -
System Red Green Blue C M Y K H S L
Decimal 101 6 233 0.57 0.97 0 0.09 265.11 0.95 0.47
Hex 65 6 E9 39 61 0 9 109 5F 2F
Octal 145 6 351 71 141 0 11 411 137 57
Binary 1100101 110 11101001 111001 1100001 0 1001 100001001 1011111 101111

Color Harmonies of #6506E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6506E9

Black with #6506E9

Text Example


Text Example

White with #6506E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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