Html Css Color HEX #600CFF Electric Indigo

📋 copy color: '#600CFF'

red 96 ◦ green 12 ◦ blue 255

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

Shades of Electric Indigo #600CFF

Tints of Electric Indigo #600CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 70.25%

R = 26.45%
G = 3.31%
B = 70.25%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#600CFF (or 0x600CFF) is known color: Electric Indigo. HEX triplet: 60, 0C and FF. RGB value is (96,12,255). Sum of RGB (Red+Green+Blue) = 96+12+255=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #600CFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #600CFF is #9FF300. Grayscale: #3F3F3F. Windows color (decimal): -10482433 or 16714848. OLE color: 16714848.

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

Color convert

RGB 96 12 255 -
CMYK 0.62 0.95 0 0
HSL 260.74º 1% 0.52% -
HSV(B) 260.74º 0.95% 1% -
XYZ 23.01 9.97 95.32 -
YUV 64.82 235.33 150.24 -
System Red Green Blue C M Y K H S L
Decimal 96 12 255 0.62 0.95 0 0 260.74 1 0.52
Hex 60 C FF 3E 5F 0 0 105 64 34
Octal 140 14 377 76 137 0 0 405 144 64
Binary 1100000 1100 11111111 111110 1011111 0 0 100000101 1100100 110100

Color Harmonies of #600CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600CFF

Black with #600CFF

Text Example


Text Example

White with #600CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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