Html Css Color HEX #6000EF Electric Indigo

📋 copy color: '#6000EF'

red 96 ◦ green 0 ◦ blue 239

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

Shades of Electric Indigo #6000EF

Tints of Electric Indigo #6000EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 71.34%

R = 28.66%
G = 0%
B = 71.34%

CMYK

 C value IS 0.60

 M value IS 1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6000EF (or 0x6000EF) is known color: Electric Indigo. HEX triplet: 60, 00 and EF. RGB value is (96,0,239). Sum of RGB (Red+Green+Blue) = 96+0+239=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 239 (93.75% from 255 or 71.34% from 335); Max value from RGB is 239 - color contains mainly: blue. Hex color #6000EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6000EF is #9FFF10. Grayscale: #373737. Windows color (decimal): -10485521 or 15663200. OLE color: 15663200.

HSL color Cylindrical-coordinate representation of color #6000EF: hue angle of 264.1º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6000EF is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 0 239 -
CMYK 0.60 1 0 0.06
HSL 264.1º 1% 0.47% -
HSV(B) 264.1º 1% 0.94% -
XYZ 20.4 8.72 82.27 -
YUV 55.95 231.3 156.57 -
System Red Green Blue C M Y K H S L
Decimal 96 0 239 0.60 1 0 0.06 264.1 1 0.47
Hex 60 0 EF 3C 64 0 6 108 64 2F
Octal 140 0 357 74 144 0 6 410 144 57
Binary 1100000 0 11101111 111100 1100100 0 110 100001000 1100100 101111

Color Harmonies of #6000EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6000EF

Black with #6000EF

Text Example


Text Example

White with #6000EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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