Html Css Color HEX #600ADB Electric Indigo

📋 copy color: '#600ADB'

red 96 ◦ green 10 ◦ blue 219

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

Shades of Electric Indigo #600ADB

Tints of Electric Indigo #600ADB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.08%

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

R = 29.54%
G = 3.08%
B = 67.38%

CMYK

 C value IS 0.56

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#600ADB (or 0x600ADB) is known color: Electric Indigo. HEX triplet: 60, 0A and DB. RGB value is (96,10,219). Sum of RGB (Red+Green+Blue) = 96+10+219=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 10 (4.30% from 255 or 3.08% from 325); Blue value is 219 (85.94% from 255 or 67.38% from 325); Max value from RGB is 219 - color contains mainly: blue. Hex color #600ADB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600ADB is #9FF524. Grayscale: #3A3A3A. Windows color (decimal): -10482981 or 14355040. OLE color: 14355040.

HSL color Cylindrical-coordinate representation of color #600ADB: hue angle of 264.69º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600ADB is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 10 219 -
CMYK 0.56 0.95 0 0.14
HSL 264.69º 0.91% 0.45% -
HSV(B) 264.69º 0.95% 0.86% -
XYZ 17.72 7.82 67.59 -
YUV 59.54 217.99 154.01 -
System Red Green Blue C M Y K H S L
Decimal 96 10 219 0.56 0.95 0 0.14 264.69 0.91 0.45
Hex 60 A DB 38 5F 0 E 109 5B 2D
Octal 140 12 333 70 137 0 16 411 133 55
Binary 1100000 1010 11011011 111000 1011111 0 1110 100001001 1011011 101101

Color Harmonies of #600ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600ADB

Black with #600ADB

Text Example


Text Example

White with #600ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600ADB; }

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

 H1.HeaderClassName
 {
   color: #600ADB;
 }
 .AnyTagClassName
 {
   color: #600ADB;
 }
</style>

background-color css

<style>
 a { background-color: #600ADB; }

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

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

border-color css

<style>
 span { border-color: #600ADB; }

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

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