Html Css Color HEX #6000DE Electric Indigo

📋 copy color: '#6000DE'

red 96 ◦ green 0 ◦ blue 222

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

Shades of Electric Indigo #6000DE

Tints of Electric Indigo #6000DE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 222 (87.11% from 255) = 69.81%

R = 30.19%
G = 0%
B = 69.81%

CMYK

 C value IS 0.57

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6000DE (or 0x6000DE) is known color: Electric Indigo. HEX triplet: 60, 00 and DE. RGB value is (96,0,222). Sum of RGB (Red+Green+Blue) = 96+0+222=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 222 (87.11% from 255 or 69.81% from 318); Max value from RGB is 222 - color contains mainly: blue. Hex color #6000DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6000DE is #9FFF21. Grayscale: #353535. Windows color (decimal): -10485538 or 14549088. OLE color: 14549088.

HSL color Cylindrical-coordinate representation of color #6000DE: hue angle of 265.95º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6000DE is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 0 222 -
CMYK 0.57 1 0 0.13
HSL 265.95º 1% 0.44% -
HSV(B) 265.95º 1% 0.87% -
XYZ 18.01 7.76 69.66 -
YUV 54.01 222.8 157.95 -
System Red Green Blue C M Y K H S L
Decimal 96 0 222 0.57 1 0 0.13 265.95 1 0.44
Hex 60 0 DE 39 64 0 D 10A 64 2C
Octal 140 0 336 71 144 0 15 412 144 54
Binary 1100000 0 11011110 111001 1100100 0 1101 100001010 1100100 101100

Color Harmonies of #6000DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6000DE

Black with #6000DE

Text Example


Text Example

White with #6000DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6000DE; }

 p { color: rgb(96,0,222); }

 H1.HeaderClassName
 {
   color: #6000DE;
 }
 .AnyTagClassName
 {
   color: #6000DE;
 }
</style>

background-color css

<style>
 a { background-color: #6000DE; }

 a { background-color: rgb(96,0,222); }

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

border-color css

<style>
 span { border-color: #6000DE; }

 span { border-color: rgb(96,0,222); }

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