Html Css Color HEX #6000FC Electric Indigo

📋 copy color: '#6000FC'

red 96 ◦ green 0 ◦ blue 252

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

Shades of Electric Indigo #6000FC

Tints of Electric Indigo #6000FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 72.41%

R = 27.59%
G = 0%
B = 72.41%

CMYK

 C value IS 0.62

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6000FC (or 0x6000FC) is known color: Electric Indigo. HEX triplet: 60, 00 and FC. RGB value is (96,0,252). Sum of RGB (Red+Green+Blue) = 96+0+252=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 252 (98.83% from 255 or 72.41% from 348); Max value from RGB is 252 - color contains mainly: blue. Hex color #6000FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6000FC is #9FFF03. Grayscale: #383838. Windows color (decimal): -10485508 or 16515168. OLE color: 16515168.

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

Color convert

RGB 96 0 252 -
CMYK 0.62 1 0 0.01
HSL 262.86º 1% 0.49% -
HSV(B) 262.86º 1% 0.99% -
XYZ 22.39 9.52 92.75 -
YUV 57.43 237.8 155.51 -
System Red Green Blue C M Y K H S L
Decimal 96 0 252 0.62 1 0 0.01 262.86 1 0.49
Hex 60 0 FC 3E 64 0 1 107 64 31
Octal 140 0 374 76 144 0 1 407 144 61
Binary 1100000 0 11111100 111110 1100100 0 1 100000111 1100100 110001

Color Harmonies of #6000FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6000FC

Black with #6000FC

Text Example


Text Example

White with #6000FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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