Html Css Color HEX #6507DD Electric Indigo

📋 copy color: '#6507DD'

red 101 ◦ green 7 ◦ blue 221

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

Shades of Electric Indigo #6507DD

Tints of Electric Indigo #6507DD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.13%

 BLUE value IS 221 (86.72% from 255) = 67.17%

R = 30.7%
G = 2.13%
B = 67.17%

CMYK

 C value IS 0.54

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6507DD (or 0x6507DD) is known color: Electric Indigo. HEX triplet: 65, 07 and DD. RGB value is (101,7,221). Sum of RGB (Red+Green+Blue) = 101+7+221=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 7 (3.12% from 255 or 2.13% from 329); Blue value is 221 (86.72% from 255 or 67.17% from 329); Max value from RGB is 221 - color contains mainly: blue. Hex color #6507DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6507DD is #9AF822. Grayscale: #3A3A3A. Windows color (decimal): -10156067 or 14485349. OLE color: 14485349.

HSL color Cylindrical-coordinate representation of color #6507DD: hue angle of 266.36º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6507DD is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 7 221 -
CMYK 0.54 0.97 0 0.13
HSL 266.36º 0.94% 0.45% -
HSV(B) 266.36º 0.97% 0.87% -
XYZ 18.49 8.14 69 -
YUV 59.5 219.14 157.6 -
System Red Green Blue C M Y K H S L
Decimal 101 7 221 0.54 0.97 0 0.13 266.36 0.94 0.45
Hex 65 7 DD 36 61 0 D 10A 5E 2D
Octal 145 7 335 66 141 0 15 412 136 55
Binary 1100101 111 11011101 110110 1100001 0 1101 100001010 1011110 101101

Color Harmonies of #6507DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6507DD

Black with #6507DD

Text Example


Text Example

White with #6507DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6507DD; }

 p { color: rgb(101,7,221); }

 H1.HeaderClassName
 {
   color: #6507DD;
 }
 .AnyTagClassName
 {
   color: #6507DD;
 }
</style>

background-color css

<style>
 a { background-color: #6507DD; }

 a { background-color: rgb(101,7,221); }

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

border-color css

<style>
 span { border-color: #6507DD; }

 span { border-color: rgb(101,7,221); }

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