Html Css Color HEX #6502DE Electric Indigo

📋 copy color: '#6502DE'

red 101 ◦ green 2 ◦ blue 222

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

Shades of Electric Indigo #6502DE

Tints of Electric Indigo #6502DE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.62%

 BLUE value IS 222 (87.11% from 255) = 68.31%

R = 31.08%
G = 0.62%
B = 68.31%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6502DE (or 0x6502DE) is known color: Electric Indigo. HEX triplet: 65, 02 and DE. RGB value is (101,2,222). Sum of RGB (Red+Green+Blue) = 101+2+222=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 222 (87.11% from 255 or 68.31% from 325); Max value from RGB is 222 - color contains mainly: blue. Hex color #6502DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6502DE is #9AFD21. Grayscale: #373737. Windows color (decimal): -10157346 or 14549605. OLE color: 14549605.

HSL color Cylindrical-coordinate representation of color #6502DE: hue angle of 267º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6502DE is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 2 222 -
CMYK 0.55 0.99 0 0.13
HSL 267º 0.98% 0.44% -
HSV(B) 267º 0.99% 0.87% -
XYZ 18.57 8.08 69.69 -
YUV 56.68 221.3 159.61 -
System Red Green Blue C M Y K H S L
Decimal 101 2 222 0.55 0.99 0 0.13 267 0.98 0.44
Hex 65 2 DE 37 63 0 D 10B 62 2C
Octal 145 2 336 67 143 0 15 413 142 54
Binary 1100101 10 11011110 110111 1100011 0 1101 100001011 1100010 101100

Color Harmonies of #6502DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6502DE

Black with #6502DE

Text Example


Text Example

White with #6502DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6502DE; }

 p { color: rgb(101,2,222); }

 H1.HeaderClassName
 {
   color: #6502DE;
 }
 .AnyTagClassName
 {
   color: #6502DE;
 }
</style>

background-color css

<style>
 a { background-color: #6502DE; }

 a { background-color: rgb(101,2,222); }

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

border-color css

<style>
 span { border-color: #6502DE; }

 span { border-color: rgb(101,2,222); }

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