Html Css Color HEX #6001FF Electric Indigo

📋 copy color: '#6001FF'

red 96 ◦ green 1 ◦ blue 255

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

Shades of Electric Indigo #6001FF

Tints of Electric Indigo #6001FF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 255 (100% from 255) = 72.44%

R = 27.27%
G = 0.28%
B = 72.44%

CMYK

 C value IS 0.62

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6001FF (or 0x6001FF) is known color: Electric Indigo. HEX triplet: 60, 01 and FF. RGB value is (96,1,255). Sum of RGB (Red+Green+Blue) = 96+1+255=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 255 (100% from 255 or 72.44% from 352); Max value from RGB is 255 - color contains mainly: blue. Hex color #6001FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6001FF is #9FFE00. Grayscale: #393939. Windows color (decimal): -10485249 or 16712032. OLE color: 16712032.

HSL color Cylindrical-coordinate representation of color #6001FF: hue angle of 262.44º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6001FF is Cyan = 0.62, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 96 1 255 -
CMYK 0.62 1.00 0 0
HSL 262.44º 1% 0.5% -
HSV(B) 262.44º 1% 1% -
XYZ 22.88 9.73 95.28 -
YUV 58.36 238.97 154.85 -
System Red Green Blue C M Y K H S L
Decimal 96 1 255 0.62 1.00 0 0 262.44 1 0.5
Hex 60 1 FF 3E 64 0 0 106 64 32
Octal 140 1 377 76 144 0 0 406 144 62
Binary 1100000 1 11111111 111110 1100100 0 0 100000110 1100100 110010

Color Harmonies of #6001FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6001FF

Black with #6001FF

Text Example


Text Example

White with #6001FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6001FF; }

 p { color: rgb(96,1,255); }

 H1.HeaderClassName
 {
   color: #6001FF;
 }
 .AnyTagClassName
 {
   color: #6001FF;
 }
</style>

background-color css

<style>
 a { background-color: #6001FF; }

 a { background-color: rgb(96,1,255); }

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

border-color css

<style>
 span { border-color: #6001FF; }

 span { border-color: rgb(96,1,255); }

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