Html Css Color HEX #6002DB Electric Indigo

📋 copy color: '#6002DB'

red 96 ◦ green 2 ◦ blue 219

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

Shades of Electric Indigo #6002DB

Tints of Electric Indigo #6002DB

RGB

 RED value IS 96 (37.89% from 255) = 30.28%

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

 BLUE value IS 219 (85.94% from 255) = 69.09%

R = 30.28%
G = 0.63%
B = 69.09%

CMYK

 C value IS 0.56

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6002DB (or 0x6002DB) is known color: Electric Indigo. HEX triplet: 60, 02 and DB. RGB value is (96,2,219). Sum of RGB (Red+Green+Blue) = 96+2+219=317 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.28% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 219 (85.94% from 255 or 69.09% from 317); Max value from RGB is 219 - color contains mainly: blue. Hex color #6002DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6002DB is #9FFD24. Grayscale: #363636. Windows color (decimal): -10485029 or 14352992. OLE color: 14352992.

HSL color Cylindrical-coordinate representation of color #6002DB: hue angle of 265.99º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6002DB is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 2 219 -
CMYK 0.56 0.99 0 0.14
HSL 265.99º 0.98% 0.43% -
HSV(B) 265.99º 0.99% 0.86% -
XYZ 17.63 7.64 67.56 -
YUV 54.84 220.64 157.36 -
System Red Green Blue C M Y K H S L
Decimal 96 2 219 0.56 0.99 0 0.14 265.99 0.98 0.43
Hex 60 2 DB 38 63 0 E 10A 62 2B
Octal 140 2 333 70 143 0 16 412 142 53
Binary 1100000 10 11011011 111000 1100011 0 1110 100001010 1100010 101011

Color Harmonies of #6002DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6002DB

Black with #6002DB

Text Example


Text Example

White with #6002DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6002DB; }

 p { color: rgb(96,2,219); }

 H1.HeaderClassName
 {
   color: #6002DB;
 }
 .AnyTagClassName
 {
   color: #6002DB;
 }
</style>

background-color css

<style>
 a { background-color: #6002DB; }

 a { background-color: rgb(96,2,219); }

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

border-color css

<style>
 span { border-color: #6002DB; }

 span { border-color: rgb(96,2,219); }

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