Html Css Color HEX #6000F8 Electric Indigo

📋 copy color: '#6000F8'

red 96 ◦ green 0 ◦ blue 248

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

Shades of Electric Indigo #6000F8

Tints of Electric Indigo #6000F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 72.09%

R = 27.91%
G = 0%
B = 72.09%

CMYK

 C value IS 0.61

 M value IS 1

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6000F8 (or 0x6000F8) is known color: Electric Indigo. HEX triplet: 60, 00 and F8. RGB value is (96,0,248). Sum of RGB (Red+Green+Blue) = 96+0+248=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 248 (97.27% from 255 or 72.09% from 344); Max value from RGB is 248 - color contains mainly: blue. Hex color #6000F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6000F8 is #9FFF07. Grayscale: #383838. Windows color (decimal): -10485512 or 16253024. OLE color: 16253024.

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

Color convert

RGB 96 0 248 -
CMYK 0.61 1 0 0.03
HSL 263.23º 1% 0.49% -
HSV(B) 263.23º 1% 0.97% -
XYZ 21.77 9.26 89.45 -
YUV 56.98 235.8 155.83 -
System Red Green Blue C M Y K H S L
Decimal 96 0 248 0.61 1 0 0.03 263.23 1 0.49
Hex 60 0 F8 3D 64 0 3 107 64 31
Octal 140 0 370 75 144 0 3 407 144 61
Binary 1100000 0 11111000 111101 1100100 0 11 100000111 1100100 110001

Color Harmonies of #6000F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6000F8

Black with #6000F8

Text Example


Text Example

White with #6000F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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