Html Css Color HEX #6506DA Electric Indigo

📋 copy color: '#6506DA'

red 101 ◦ green 6 ◦ blue 218

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

Shades of Electric Indigo #6506DA

Tints of Electric Indigo #6506DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 67.08%

R = 31.08%
G = 1.85%
B = 67.08%

CMYK

 C value IS 0.54

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6506DA (or 0x6506DA) is known color: Electric Indigo. HEX triplet: 65, 06 and DA. RGB value is (101,6,218). Sum of RGB (Red+Green+Blue) = 101+6+218=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 218 (85.55% from 255 or 67.08% from 325); Max value from RGB is 218 - color contains mainly: blue. Hex color #6506DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6506DA is #9AF925. Grayscale: #393939. Windows color (decimal): -10156326 or 14288485. OLE color: 14288485.

HSL color Cylindrical-coordinate representation of color #6506DA: hue angle of 266.89º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6506DA is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 6 218 -
CMYK 0.54 0.97 0 0.15
HSL 266.89º 0.95% 0.44% -
HSV(B) 266.89º 0.97% 0.85% -
XYZ 18.09 7.96 66.91 -
YUV 58.57 217.97 158.26 -
System Red Green Blue C M Y K H S L
Decimal 101 6 218 0.54 0.97 0 0.15 266.89 0.95 0.44
Hex 65 6 DA 36 61 0 F 10B 5F 2C
Octal 145 6 332 66 141 0 17 413 137 54
Binary 1100101 110 11011010 110110 1100001 0 1111 100001011 1011111 101100

Color Harmonies of #6506DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6506DA

Black with #6506DA

Text Example


Text Example

White with #6506DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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