Html Css Color HEX #6007F9 Electric Indigo

📋 copy color: '#6007F9'

red 96 ◦ green 7 ◦ blue 249

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

Shades of Electric Indigo #6007F9

Tints of Electric Indigo #6007F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 70.74%

R = 27.27%
G = 1.99%
B = 70.74%

CMYK

 C value IS 0.61

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6007F9 (or 0x6007F9) is known color: Electric Indigo. HEX triplet: 60, 07 and F9. RGB value is (96,7,249). Sum of RGB (Red+Green+Blue) = 96+7+249=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 249 (97.66% from 255 or 70.74% from 352); Max value from RGB is 249 - color contains mainly: blue. Hex color #6007F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6007F9 is #9FF806. Grayscale: #3C3C3C. Windows color (decimal): -10483719 or 16320352. OLE color: 16320352.

HSL color Cylindrical-coordinate representation of color #6007F9: hue angle of 262.07º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6007F9 is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 7 249 -
CMYK 0.61 0.97 0 0.02
HSL 262.07º 0.95% 0.5% -
HSV(B) 262.07º 0.97% 0.98% -
XYZ 22 9.48 90.29 -
YUV 61.2 233.99 152.82 -
System Red Green Blue C M Y K H S L
Decimal 96 7 249 0.61 0.97 0 0.02 262.07 0.95 0.5
Hex 60 7 F9 3D 61 0 2 106 5F 32
Octal 140 7 371 75 141 0 2 406 137 62
Binary 1100000 111 11111001 111101 1100001 0 10 100000110 1011111 110010

Color Harmonies of #6007F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6007F9

Black with #6007F9

Text Example


Text Example

White with #6007F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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