Html Css Color HEX #600FFD Electric Indigo

📋 copy color: '#600FFD'

red 96 ◦ green 15 ◦ blue 253

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

Shades of Electric Indigo #600FFD

Tints of Electric Indigo #600FFD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.12%

 BLUE value IS 253 (99.22% from 255) = 69.51%

R = 26.37%
G = 4.12%
B = 69.51%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#600FFD (or 0x600FFD) is known color: Electric Indigo. HEX triplet: 60, 0F and FD. RGB value is (96,15,253). Sum of RGB (Red+Green+Blue) = 96+15+253=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 15 (6.25% from 255 or 4.12% from 364); Blue value is 253 (99.22% from 255 or 69.51% from 364); Max value from RGB is 253 - color contains mainly: blue. Hex color #600FFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #600FFD is #9FF002. Grayscale: #414141. Windows color (decimal): -10481667 or 16584544. OLE color: 16584544.

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

Color convert

RGB 96 15 253 -
CMYK 0.62 0.94 0 0.01
HSL 260.42º 0.98% 0.53% -
HSV(B) 260.42º 0.94% 0.99% -
XYZ 22.72 9.92 93.65 -
YUV 66.35 233.34 149.15 -
System Red Green Blue C M Y K H S L
Decimal 96 15 253 0.62 0.94 0 0.01 260.42 0.98 0.53
Hex 60 F FD 3E 5E 0 1 104 62 35
Octal 140 17 375 76 136 0 1 404 142 65
Binary 1100000 1111 11111101 111110 1011110 0 1 100000100 1100010 110101

Color Harmonies of #600FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600FFD

Black with #600FFD

Text Example


Text Example

White with #600FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600FFD; }

 p { color: rgb(96,15,253); }

 H1.HeaderClassName
 {
   color: #600FFD;
 }
 .AnyTagClassName
 {
   color: #600FFD;
 }
</style>

background-color css

<style>
 a { background-color: #600FFD; }

 a { background-color: rgb(96,15,253); }

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

border-color css

<style>
 span { border-color: #600FFD; }

 span { border-color: rgb(96,15,253); }

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