Html Css Color HEX #6508A4 Indigo

📋 copy color: '#6508A4'

red 101 ◦ green 8 ◦ blue 164

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

Shades of Indigo #6508A4

Tints of Indigo #6508A4

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.93%

 BLUE value IS 164 (64.45% from 255) = 60.07%

R = 37%
G = 2.93%
B = 60.07%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6508A4 (or 0x6508A4) is known color: Indigo. HEX triplet: 65, 08 and A4. RGB value is (101,8,164). Sum of RGB (Red+Green+Blue) = 101+8+164=273 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.00% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 164 (64.45% from 255 or 60.07% from 273); Max value from RGB is 164 - color contains mainly: blue. Hex color #6508A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6508A4 is #9AF75B. Grayscale: #353535. Windows color (decimal): -10155868 or 10750053. OLE color: 10750053.

HSL color Cylindrical-coordinate representation of color #6508A4: hue angle of 275.77º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6508A4 is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 101 8 164 -
CMYK 0.38 0.95 0 0.36
HSL 275.77º 0.91% 0.34% -
HSV(B) 275.77º 0.95% 0.64% -
XYZ 12.15 5.62 35.57 -
YUV 53.59 190.31 161.82 -
System Red Green Blue C M Y K H S L
Decimal 101 8 164 0.38 0.95 0 0.36 275.77 0.91 0.34
Hex 65 8 A4 26 5F 0 24 114 5B 22
Octal 145 10 244 46 137 0 44 424 133 42
Binary 1100101 1000 10100100 100110 1011111 0 100100 100010100 1011011 100010

Color Harmonies of #6508A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6508A4

Black with #6508A4

Text Example


Text Example

White with #6508A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6508A4; }

 p { color: rgb(101,8,164); }

 H1.HeaderClassName
 {
   color: #6508A4;
 }
 .AnyTagClassName
 {
   color: #6508A4;
 }
</style>

background-color css

<style>
 a { background-color: #6508A4; }

 a { background-color: rgb(101,8,164); }

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

border-color css

<style>
 span { border-color: #6508A4; }

 span { border-color: rgb(101,8,164); }

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