Html Css Color HEX #6505AA Indigo

📋 copy color: '#6505AA'

red 101 ◦ green 5 ◦ blue 170

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

Shades of Indigo #6505AA

Tints of Indigo #6505AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 61.59%

R = 36.59%
G = 1.81%
B = 61.59%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6505AA (or 0x6505AA) is known color: Indigo. HEX triplet: 65, 05 and AA. RGB value is (101,5,170). Sum of RGB (Red+Green+Blue) = 101+5+170=276 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.59% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 170 (66.80% from 255 or 61.59% from 276); Max value from RGB is 170 - color contains mainly: blue. Hex color #6505AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6505AA is #9AFA55. Grayscale: #333333. Windows color (decimal): -10156630 or 11142501. OLE color: 11142501.

HSL color Cylindrical-coordinate representation of color #6505AA: hue angle of 274.91º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6505AA is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 5 170 -
CMYK 0.41 0.97 0 0.33
HSL 274.91º 0.94% 0.34% -
HSV(B) 274.91º 0.97% 0.67% -
XYZ 12.68 5.78 38.48 -
YUV 52.51 194.3 162.58 -
System Red Green Blue C M Y K H S L
Decimal 101 5 170 0.41 0.97 0 0.33 274.91 0.94 0.34
Hex 65 5 AA 29 61 0 21 113 5E 22
Octal 145 5 252 51 141 0 41 423 136 42
Binary 1100101 101 10101010 101001 1100001 0 100001 100010011 1011110 100010

Color Harmonies of #6505AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6505AA

Black with #6505AA

Text Example


Text Example

White with #6505AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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