Html Css Color HEX #600ADF Electric Indigo

📋 copy color: '#600ADF'

red 96 ◦ green 10 ◦ blue 223

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

Shades of Electric Indigo #600ADF

Tints of Electric Indigo #600ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 67.78%

R = 29.18%
G = 3.04%
B = 67.78%

CMYK

 C value IS 0.57

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#600ADF (or 0x600ADF) is known color: Electric Indigo. HEX triplet: 60, 0A and DF. RGB value is (96,10,223). Sum of RGB (Red+Green+Blue) = 96+10+223=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 10 (4.30% from 255 or 3.04% from 329); Blue value is 223 (87.5% from 255 or 67.78% from 329); Max value from RGB is 223 - color contains mainly: blue. Hex color #600ADF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600ADF is #9FF520. Grayscale: #3B3B3B. Windows color (decimal): -10482977 or 14617184. OLE color: 14617184.

HSL color Cylindrical-coordinate representation of color #600ADF: hue angle of 264.23º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #600ADF is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 10 223 -
CMYK 0.57 0.96 0 0.13
HSL 264.23º 0.91% 0.46% -
HSV(B) 264.23º 0.96% 0.87% -
XYZ 18.25 8.03 70.4 -
YUV 60 219.99 153.68 -
System Red Green Blue C M Y K H S L
Decimal 96 10 223 0.57 0.96 0 0.13 264.23 0.91 0.46
Hex 60 A DF 39 60 0 D 108 5B 2E
Octal 140 12 337 71 140 0 15 410 133 56
Binary 1100000 1010 11011111 111001 1100000 0 1101 100001000 1011011 101110

Color Harmonies of #600ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600ADF

Black with #600ADF

Text Example


Text Example

White with #600ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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