Html Css Color HEX #6007FC Electric Indigo

📋 copy color: '#6007FC'

red 96 ◦ green 7 ◦ blue 252

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

Shades of Electric Indigo #6007FC

Tints of Electric Indigo #6007FC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.97%

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

R = 27.04%
G = 1.97%
B = 70.99%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6007FC (or 0x6007FC) is known color: Electric Indigo. HEX triplet: 60, 07 and FC. RGB value is (96,7,252). Sum of RGB (Red+Green+Blue) = 96+7+252=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 252 (98.83% from 255 or 70.99% from 355); Max value from RGB is 252 - color contains mainly: blue. Hex color #6007FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6007FC is #9FF803. Grayscale: #3C3C3C. Windows color (decimal): -10483716 or 16516960. OLE color: 16516960.

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

Color convert

RGB 96 7 252 -
CMYK 0.62 0.97 0 0.01
HSL 261.8º 0.98% 0.51% -
HSV(B) 261.8º 0.97% 0.99% -
XYZ 22.47 9.67 92.78 -
YUV 61.54 235.49 152.58 -
System Red Green Blue C M Y K H S L
Decimal 96 7 252 0.62 0.97 0 0.01 261.8 0.98 0.51
Hex 60 7 FC 3E 61 0 1 106 62 33
Octal 140 7 374 76 141 0 1 406 142 63
Binary 1100000 111 11111100 111110 1100001 0 1 100000110 1100010 110011

Color Harmonies of #6007FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6007FC

Black with #6007FC

Text Example


Text Example

White with #6007FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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