Html Css Color HEX #600CEF Electric Indigo

📋 copy color: '#600CEF'

red 96 ◦ green 12 ◦ blue 239

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

Shades of Electric Indigo #600CEF

Tints of Electric Indigo #600CEF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.46%

 BLUE value IS 239 (93.75% from 255) = 68.88%

R = 27.67%
G = 3.46%
B = 68.88%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#600CEF (or 0x600CEF) is known color: Electric Indigo. HEX triplet: 60, 0C and EF. RGB value is (96,12,239). Sum of RGB (Red+Green+Blue) = 96+12+239=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 12 (5.08% from 255 or 3.46% from 347); Blue value is 239 (93.75% from 255 or 68.88% from 347); Max value from RGB is 239 - color contains mainly: blue. Hex color #600CEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #600CEF is #9FF310. Grayscale: #3E3E3E. Windows color (decimal): -10482449 or 15666272. OLE color: 15666272.

HSL color Cylindrical-coordinate representation of color #600CEF: hue angle of 262.2º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600CEF is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 12 239 -
CMYK 0.60 0.95 0 0.06
HSL 262.2º 0.9% 0.49% -
HSV(B) 262.2º 0.95% 0.94% -
XYZ 20.54 8.98 82.31 -
YUV 62.99 227.33 151.54 -
System Red Green Blue C M Y K H S L
Decimal 96 12 239 0.60 0.95 0 0.06 262.2 0.9 0.49
Hex 60 C EF 3C 5F 0 6 106 5A 31
Octal 140 14 357 74 137 0 6 406 132 61
Binary 1100000 1100 11101111 111100 1011111 0 110 100000110 1011010 110001

Color Harmonies of #600CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600CEF

Black with #600CEF

Text Example


Text Example

White with #600CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,12,239); }

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

background-color css

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

 a { background-color: rgb(96,12,239); }

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

border-color css

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

 span { border-color: rgb(96,12,239); }

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