Html Css Color HEX #600DEA Electric Indigo

📋 copy color: '#600DEA'

red 96 ◦ green 13 ◦ blue 234

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

Shades of Electric Indigo #600DEA

Tints of Electric Indigo #600DEA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.79%

 BLUE value IS 234 (91.8% from 255) = 68.22%

R = 27.99%
G = 3.79%
B = 68.22%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#600DEA (or 0x600DEA) is known color: Electric Indigo. HEX triplet: 60, 0D and EA. RGB value is (96,13,234). Sum of RGB (Red+Green+Blue) = 96+13+234=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 13 (5.47% from 255 or 3.79% from 343); Blue value is 234 (91.80% from 255 or 68.22% from 343); Max value from RGB is 234 - color contains mainly: blue. Hex color #600DEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #600DEA is #9FF215. Grayscale: #3E3E3E. Windows color (decimal): -10482198 or 15338848. OLE color: 15338848.

HSL color Cylindrical-coordinate representation of color #600DEA: hue angle of 262.53º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600DEA is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 96 13 234 -
CMYK 0.59 0.94 0 0.08
HSL 262.53º 0.89% 0.48% -
HSV(B) 262.53º 0.94% 0.92% -
XYZ 19.82 8.72 78.48 -
YUV 63.01 224.5 151.53 -
System Red Green Blue C M Y K H S L
Decimal 96 13 234 0.59 0.94 0 0.08 262.53 0.89 0.48
Hex 60 D EA 3B 5E 0 8 107 59 30
Octal 140 15 352 73 136 0 10 407 131 60
Binary 1100000 1101 11101010 111011 1011110 0 1000 100000111 1011001 110000

Color Harmonies of #600DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600DEA

Black with #600DEA

Text Example


Text Example

White with #600DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,13,234); }

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

background-color css

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

 a { background-color: rgb(96,13,234); }

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

border-color css

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

 span { border-color: rgb(96,13,234); }

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