Html Css Color HEX #600DFE Electric Indigo

📋 copy color: '#600DFE'

red 96 ◦ green 13 ◦ blue 254

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

Shades of Electric Indigo #600DFE

Tints of Electric Indigo #600DFE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.58%

 BLUE value IS 254 (99.61% from 255) = 69.97%

R = 26.45%
G = 3.58%
B = 69.97%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#600DFE (or 0x600DFE) is known color: Electric Indigo. HEX triplet: 60, 0D and FE. RGB value is (96,13,254). Sum of RGB (Red+Green+Blue) = 96+13+254=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 13 (5.47% from 255 or 3.58% from 363); Blue value is 254 (99.61% from 255 or 69.97% from 363); Max value from RGB is 254 - color contains mainly: blue. Hex color #600DFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #600DFE is #9FF201. Grayscale: #404040. Windows color (decimal): -10482178 or 16649568. OLE color: 16649568.

HSL color Cylindrical-coordinate representation of color #600DFE: hue angle of 260.66º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600DFE is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 96 13 254 -
CMYK 0.62 0.95 0 0.00
HSL 260.66º 0.99% 0.52% -
HSV(B) 260.66º 0.95% 1% -
XYZ 22.86 9.93 94.48 -
YUV 65.29 234.5 149.9 -
System Red Green Blue C M Y K H S L
Decimal 96 13 254 0.62 0.95 0 0.00 260.66 0.99 0.52
Hex 60 D FE 3E 5F 0 0 105 63 34
Octal 140 15 376 76 137 0 0 405 143 64
Binary 1100000 1101 11111110 111110 1011111 0 0 100000101 1100011 110100

Color Harmonies of #600DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600DFE

Black with #600DFE

Text Example


Text Example

White with #600DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,13,254); }

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

background-color css

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

 a { background-color: rgb(96,13,254); }

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

border-color css

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

 span { border-color: rgb(96,13,254); }

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