Html Css Color HEX #6000DF Electric Indigo

📋 copy color: '#6000DF'

red 96 ◦ green 0 ◦ blue 223

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

Shades of Electric Indigo #6000DF

Tints of Electric Indigo #6000DF

RGB

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

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

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

R = 30.09%
G = 0%
B = 69.91%

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

#6000DF (or 0x6000DF) is known color: Electric Indigo. HEX triplet: 60, 00 and DF. RGB value is (96,0,223). Sum of RGB (Red+Green+Blue) = 96+0+223=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 223 (87.5% from 255 or 69.91% from 319); Max value from RGB is 223 - color contains mainly: blue. Hex color #6000DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6000DF is #9FFF20. Grayscale: #353535. Windows color (decimal): -10485537 or 14614624. OLE color: 14614624.

HSL color Cylindrical-coordinate representation of color #6000DF: hue angle of 265.83º 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 #6000DF is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 0 223 -
CMYK 0.57 1 0 0.13
HSL 265.83º 1% 0.44% -
HSV(B) 265.83º 1% 0.87% -
XYZ 18.14 7.81 70.36 -
YUV 54.13 223.3 157.87 -
System Red Green Blue C M Y K H S L
Decimal 96 0 223 0.57 1 0 0.13 265.83 1 0.44
Hex 60 0 DF 39 64 0 D 10A 64 2C
Octal 140 0 337 71 144 0 15 412 144 54
Binary 1100000 0 11011111 111001 1100100 0 1101 100001010 1100100 101100

Color Harmonies of #6000DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6000DF

Black with #6000DF

Text Example


Text Example

White with #6000DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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