Html Css Color HEX #6508DA Electric Indigo

📋 copy color: '#6508DA'

red 101 ◦ green 8 ◦ blue 218

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

Shades of Electric Indigo #6508DA

Tints of Electric Indigo #6508DA

RGB

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

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

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

R = 30.89%
G = 2.45%
B = 66.67%

CMYK

 C value IS 0.54

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6508DA (or 0x6508DA) is known color: Electric Indigo. HEX triplet: 65, 08 and DA. RGB value is (101,8,218). Sum of RGB (Red+Green+Blue) = 101+8+218=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 218 (85.55% from 255 or 66.67% from 327); Max value from RGB is 218 - color contains mainly: blue. Hex color #6508DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6508DA is #9AF725. Grayscale: #3B3B3B. Windows color (decimal): -10155814 or 14288997. OLE color: 14288997.

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

Color convert

RGB 101 8 218 -
CMYK 0.54 0.96 0 0.15
HSL 266.57º 0.93% 0.44% -
HSV(B) 266.57º 0.96% 0.85% -
XYZ 18.11 8 66.92 -
YUV 59.75 217.31 157.42 -
System Red Green Blue C M Y K H S L
Decimal 101 8 218 0.54 0.96 0 0.15 266.57 0.93 0.44
Hex 65 8 DA 36 60 0 F 10B 5D 2C
Octal 145 10 332 66 140 0 17 413 135 54
Binary 1100101 1000 11011010 110110 1100000 0 1111 100001011 1011101 101100

Color Harmonies of #6508DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6508DA

Black with #6508DA

Text Example


Text Example

White with #6508DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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