Html Css Color HEX #6000F6 Electric Indigo

📋 copy color: '#6000F6'

red 96 ◦ green 0 ◦ blue 246

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

Shades of Electric Indigo #6000F6

Tints of Electric Indigo #6000F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 71.93%

R = 28.07%
G = 0%
B = 71.93%

CMYK

 C value IS 0.61

 M value IS 1

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6000F6 (or 0x6000F6) is known color: Electric Indigo. HEX triplet: 60, 00 and F6. RGB value is (96,0,246). Sum of RGB (Red+Green+Blue) = 96+0+246=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 246 (96.48% from 255 or 71.93% from 342); Max value from RGB is 246 - color contains mainly: blue. Hex color #6000F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6000F6 is #9FFF09. Grayscale: #373737. Windows color (decimal): -10485514 or 16121952. OLE color: 16121952.

HSL color Cylindrical-coordinate representation of color #6000F6: hue angle of 263.41º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6000F6 is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 96 0 246 -
CMYK 0.61 1 0 0.04
HSL 263.41º 1% 0.48% -
HSV(B) 263.41º 1% 0.96% -
XYZ 21.46 9.14 87.82 -
YUV 56.75 234.8 156 -
System Red Green Blue C M Y K H S L
Decimal 96 0 246 0.61 1 0 0.04 263.41 1 0.48
Hex 60 0 F6 3D 64 0 4 107 64 30
Octal 140 0 366 75 144 0 4 407 144 60
Binary 1100000 0 11110110 111101 1100100 0 100 100000111 1100100 110000

Color Harmonies of #6000F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6000F6

Black with #6000F6

Text Example


Text Example

White with #6000F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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