Html Css Color HEX #6002DA Electric Indigo

📋 copy color: '#6002DA'

red 96 ◦ green 2 ◦ blue 218

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

Shades of Electric Indigo #6002DA

Tints of Electric Indigo #6002DA

RGB

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

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

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

R = 30.38%
G = 0.63%
B = 68.99%

CMYK

 C value IS 0.56

 M value IS 0.99

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6002DA (or 0x6002DA) is known color: Electric Indigo. HEX triplet: 60, 02 and DA. RGB value is (96,2,218). Sum of RGB (Red+Green+Blue) = 96+2+218=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 218 (85.55% from 255 or 68.99% from 316); Max value from RGB is 218 - color contains mainly: blue. Hex color #6002DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6002DA is #9FFD25. Grayscale: #353535. Windows color (decimal): -10485030 or 14287456. OLE color: 14287456.

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

Color convert

RGB 96 2 218 -
CMYK 0.56 0.99 0 0.15
HSL 266.11º 0.98% 0.43% -
HSV(B) 266.11º 0.99% 0.85% -
XYZ 17.5 7.59 66.87 -
YUV 54.73 220.14 157.44 -
System Red Green Blue C M Y K H S L
Decimal 96 2 218 0.56 0.99 0 0.15 266.11 0.98 0.43
Hex 60 2 DA 38 63 0 F 10A 62 2B
Octal 140 2 332 70 143 0 17 412 142 53
Binary 1100000 10 11011010 111000 1100011 0 1111 100001010 1100010 101011

Color Harmonies of #6002DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6002DA

Black with #6002DA

Text Example


Text Example

White with #6002DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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